usm_xl_file <- download_usm_xl(
file = "inputs_stics_example.xlsx",
verbose = FALSE
)
read_params_table(usm_xl_file, sheet = "USMs")
usm_csv_file <- download_usm_csv(
file = "inputs_stics_example_USMs.csv",
verbose = FALSE,
stics_version = "V9.2"
)
read_params_table(file = usm_csv_file)
Run the code above in your browser using DataLab