gen_step_out | R Documentation |
gen_step_out writes readable output files in the formats xlsx and csv
gen_step_out(file.name, workspace, state.date, end.date, format = "csv")
file.name |
the name of the file. Usually the name of the site |
workspace |
the directory, where there are the files you want to format. And where you to store the new files |
state.date |
the two last digits of the first year. e.g. for 2012 it is "12" |
end.date |
the two last digits of the last year of simulation.. e.g. for 2020 it is "20" |
format |
the desired format for the file e.g. xlsx or csv |
a csv or excel file
## Not run:
gen_step_out("Dahra",workspace,12,20,"csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.