ww_current_conditions: Get Current Conditions

View source: R/current_conditions.R

ww_current_conditionsR 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)


joshualerickson/whitewater documentation built on July 1, 2024, 10:14 p.m.