Learn R Programming

weathR (version 0.1.0)

station_today: Weather Observed Today at a Station Identifier

Description

Weather Observed Today at a Station Identifier

Usage

station_today(station_id, timezone = -1, dir_numeric = FALSE)

Value

Simple features object with timestamps and meteorological values.

Arguments

station_id

The station identifier (ex: KDEN, KNYC, etc).

timezone

The nominal timezone for the forecast. One of OlsonNames() or -1 for local time. Defaults to -1.

dir_numeric

TRUE for numeric directions, FALSE for character directions; defaults to FALSE.

Examples

Run this code
# \donttest{
station_today("KNYC")
# }

Run the code above in your browser using DataLab