View source: R/gen_step_xlsx.R
gen_step_xlsx | R Documentation |
gen_step_xlsx generates examples of STEP initialisation file in excel format. filename = "dat" generates pluri.dat file in excel format to edit. filename = "bmt" generates S100112.bmt file in excel format to edit. filename = "burn" generates S100112.burn file in excel format to edit. filename = "cha" generates S100112.cha file in excel format to edit. filename = "cle" generates S100112.cle file in excel format to edit. filename = "disp"generates S100112.disp file in excel format to edit. filename = "sol" generates S100112.sol file in excel format to edit. filename = "veg" generates S100112.veg file in excel format to edit. filename = "wet" generates S100112.wet file in excel format to edit.
gen_step_xlsx(filepath = NULL, filename)
filepath |
path to where you want to store the file generated |
filename |
the name of the initialisation file you want to generate |
An excel file to edit
## Not run:
gen_step_xlsx(filepath,"sol")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.