View source: R/load_minerve_input_csv.R
load_minerve_input_csv | R Documentation |
The data is in a csv file that can also be imported to RS Minerve to form a database.
load_minerve_input_csv(filename)
filename |
Path to file with input data for RS Minerve. |
Returns a tibble of the same format as the inbuilt data
in
ChirchikRiverBasin with columns date
(POSIXct), basin
(char),
type
(char, T, P or Q), unit
(char, C, mm/a or m3/s) and
value
(num). Data is in hourly (climate) to decadal (10 days) or
monthly (discharge) time steps.
this function is being phased out and will disappear in future
package releases. Please refer to the function readDBCSV
instead.
[readDBCSV]
Other RS Minerve IO:
getChunkSize()
,
readDBCSV()
,
readForcingCSV()
,
readForcingSTR()
,
readRSMParameters()
,
readResultCSV()
,
readResultDST()
,
readSelectionCHK()
,
translateCSVtoDST()
,
writeRSMParameters()
,
writeSelectionCHK()
## Not run: load_minerve_input_csv("path_to_file.csv") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.