Get Current Conditions

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

if (FALSE) {

current_conditions <- ww_current_conditions()

}