ww_current_conditions {whitewater} | R Documentation |
Get Current Conditions
Description
Get Current Conditions
Usage
ww_current_conditions()
Value
a tibble
with current conditions and attributes from USGS dashboard.
Note
The time zone used in the URL call is the R session time zone. Also, the time is 1-hour behind. Here are the attributes that are with the data.frame: AgencyCode,SiteNumber,SiteName,SiteTypeCode,Latitude,Longitude, CurrentConditionID,ParameterCode,TimeLocal,TimeZoneCode,Value, ValueFlagCode,RateOfChangeUnitPerHour,StatisticStatusCode,FloodStageStatusCode.
Examples
## Not run:
current_conditions <- ww_current_conditions()
## End(Not run)
[Package whitewater version 0.1.3 Index]