50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

weathR (version 0.1.0)

point_tomorrow: 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)

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.

short

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

Examples

Run this code
# \donttest{
point_tomorrow(lat = 33, lon = -80)
# }

Run the code above in your browser using DataLab