View source: R/run_aerscreen.R
| run_aerscreen | R Documentation |
Run aerscreen.exe on input file.
run_aerscreen(input = "aerscreen.inp", out_file = as.character(NA), exe_folder = "aerscreen")
input |
An AERSCREEN input file or file path. Defaults to "aerscreen.inp".
File is written to |
exe_folder |
Folder path containing |
results_file |
File name for saving model output. If blank, the designated OUT file in the input file will be used. |
## Not run:
run_aerscreen(input = "inputs/aerscreen.inp",
out_file = "output_test1",
exe_folder = "EPA")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.