Description Usage Arguments Value
View source: R/f_read_output.R
This function allows reading all output.rch, output.sub, output.hru files generated by SWAT2012
1 | read_swat_output(folder, output_type, output_file, starting_date, ending_date)
|
folder |
String giving path to the output.*** folder. (example "data-raw/monthly") |
output_type |
Number the same as in IPRINT (0 - Monthly, 1 - Daily, 2 - Year) |
output_file |
String showing ending of output file. Currently implemented are "rch", "sub", "hru" files. |
starting_date |
Sting with time series starting date (example "1997-01-01") |
ending_date |
Sting with time series ending date (example "2019-12-31") |
Data.frame imported from SWAT output files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.