rvn_tidyhydat_sample {RavenR} | R Documentation |
tidyhydat sample data for RavenR package
Description
A dataset downloaded using the tidyhydat package for two stations, between 1996-01-01 and 1997-01-01. Additional details on the tidyhydat package and data formats can be found at the tidyhydat github page.
Note that this sample is provided to avoid loading the tidyhydat package and requiring the download_hydat() function in CRAN testing of examples.
Additional information on data provided by the Water Survey of Canada may be found on the WSC webpage.
Usage
rvn_tidyhydat_sample
Format
rvn_tidyhydat_sample is a tibble with 671 rows, and 5 columns.
- STATION_NUMBER
station number from WSC stations in HYDAT database
- Date
date in YYYY-MM-DD format
- Parameter
Code indicating the parameter provided in the given row as either flow or level data
- Value
the value of the parameter provided (flow or level)
- Symbol
additional data flags provided by WSC
Source
Water Survey of Canada (wateroffice.ec.gc.ca) via 'tidyhydat' package
See Also
rvn_rvt_tidyhydat
for writing rvt files from tidyhydat data