station_tomorrow: Tomorrows Forecast

View source: R/05-station_forecast.R

station_tomorrowR Documentation

Tomorrows Forecast

Description

Tomorrows Forecast

Usage

station_tomorrow(station_id, timezone = -1, dir_numeric = FALSE, short = TRUE)

Arguments

station_id

Station identifier (ex: KDEN, KBOS, 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.

short

TRUE for only tomorrow, FALSE for today and tomorrow; defaults to TRUE.

Value

Simple features point corresponding to the given station identifier with recent meteorological forecast values.

Examples

station_tomorrow("KBOS")


weathR documentation built on April 4, 2025, 1:38 a.m.