point_tomorrow {weathR} | R Documentation |
Weather Forecast for Tomorrow at a Point
Description
Weather Forecast for Tomorrow at a Point
Usage
point_tomorrow(lat, lon, timezone = -1, dir_numeric = FALSE, short = TRUE)
Arguments
lat |
Latitude. |
lon |
Longitude. |
timezone |
The nominal timezone for the forecast. One of |
dir_numeric |
|
short |
|
Value
Simple features object with forecast meteorological values.
Examples
point_tomorrow(lat = 33, lon = -80)
[Package weathR version 0.1.0 Index]