View source: R/current_conditions.R
ww_current_conditions | R Documentation |
Get Current Conditions
ww_current_conditions()
a tibble
with current conditions and attributes from USGS dashboard.
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.
## Not run:
current_conditions <- ww_current_conditions()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.