R/wrcc_createRawsObject.R
wrcc_createRawsObject.RdObtains station data from a WRCC webservice and converts
it into a quality controlled, metadata enhanced "raw" tibble
ready for use with all raw_~ functions.
Steps involved include:
download data text
parse data text
standardized names
Station identifier found in 'meta'.
Tibble of RAWS metadata containing wrccID.
Desired start date (integer or character representing YYYYMMDD[HH]).
Desired end date (integer or character representing YYYYMMDD[HH]).
Password required for access to archival data.
Base URL for data queries.
Logical flag controlling detailed progress statements.
Timeseries object with 'meta' and 'data'.