Description Usage Arguments Value
View source: R/import_csv_manualrasoutput.R
Imports a folder of '.csv' files manually exported from the RAS GUI. See example data for formatting.
1 2 3 4 5 6 7 | import_csv_manualrasoutput(
folder,
event,
run_number,
run_type = "Calibration",
col_spec = NULL
)
|
folder |
character; Path to a folder of '.csv' files of RAS model hydrograph '.csv' files. |
event |
character; The name of the model event. |
run_number |
numeric; The model run number. Used to label plot title. |
run_type |
character; The type of model run. Label used to in plot title. |
col_spec |
readr::cols object; A column specification used to define the columns of the input model results. Optional. Defaults to the current RAS column names. |
A data frame of RAS model results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.