
Weather Forecast for Tomorrow at a Point
point_tomorrow(lat, lon, timezone = -1, dir_numeric = FALSE, short = TRUE)
Simple features object with forecast meteorological values.
Latitude.
Longitude.
The nominal timezone for the forecast. One of OlsonNames()
or -1
for local time. Defaults to -1
.
TRUE
for numeric directions, FALSE
for character directions; defaults to FALSE
.
TRUE
for only tomorrow, FALSE
for today and tomorrow; defaults to TRUE
.
# \donttest{
point_tomorrow(lat = 33, lon = -80)
# }
Run the code above in your browser using DataLab