50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


weathR (version 0.1.0)

point_forecast: Point Forecast Data

Description

Point Forecast Data

Usage

point_forecast(lat, lon, timezone = -1, dir_numeric = FALSE)

Value

Simple features object with forecast meteorological values.

Arguments

lat

Latitude.

lon

Longitude.

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{
point_forecast(lat = 40.71427000, lon = -74.00597000, dir_numeric = TRUE)
# }

Run the code above in your browser using DataLab