Writes a SWAP main file from the parameters, vectors, and tables stored in the rswap directory. Before you use this function, you need to have parsed a SWAP file

write_swap_file(project_path, outfile, verbose = F)

Arguments

project_path

path to project directory

outfile

name of the SWAP file to write. will be stored in project directory (string)

verbose

print status? (flag)

Value

Returns path of written file

Details

This function currently is only intended for the SWAP main file, but will be expanded to handle the other SWAP input files over time.