Learn R Programming

weathR (version 0.1.0)

..point_forecast: Point Forecast Data and Local Timezone

Description

Point Forecast Data and Local Timezone

Usage

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

Value

A list containing point forecast sf and the timezone.

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(33, -80)
# }

Run the code above in your browser using DataLab