View source: R/get_usms_files.R
get_usms_files | R Documentation |
Getting existing xml files path list per usm from an usms.xml file
get_usms_files(
workspace,
usms_list = NULL,
usms_file = "usms.xml",
file_type = NULL,
javastics = NULL,
df_output = FALSE,
workspace_path = lifecycle::deprecated(),
file_name = lifecycle::deprecated(),
javastics_path = lifecycle::deprecated()
)
The possible values for file_type are: "fplt", "finit", "fclim1", "fclim2", "fstation", "ftec", "sols", "pargen" and "parnew"
A named list with existing files path in each usm element
See get_soils_list()
to get all soils in a usm file,
and get_usms_list()
to get the list of usms.
## Not run:
get_usms_files(
workspace = "/path/to/workspace",
javastics = "/path/to/JavaSTICS/folder"
)
get_usms_files(
workspace = "/path/to/workspace",
javastics = "/path/to/JavaSTICS/folder",
usm_list = c("usm1", "usm3")
)
get_usms_files(
workspace = "/path/to/workspace",
file_type = c("finit", "ftec")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.