parse_WQP | R Documentation |
Takes the character results and converts to numeric and dates.
parse_WQP(retval, tz = "UTC")
retval |
Data frame from WQP |
tz |
character to set timezone attribute of datetime. Default is UTC (properly accounting for daylight savings times based on the associated "TimeZone" column). Possible values include "America/New_York","America/Chicago", "America/Denver","America/Los_Angeles", "America/Anchorage","America/Honolulu","America/Jamaica","America/Managua", "America/Phoenix", and "America/Metlakatla" |
data frame retval with converted columns
# These examples require an internet connection to run
rawSampleURL <- constructWQPURL("USGS-01594440", "01075", "", "")
## Examples take longer than 5 seconds:
rawSample <- importWQP(rawSampleURL, convertType = FALSE)
convertedSample <- parse_WQP(rawSample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.