View source: R/06-point_today.R
point_today | R Documentation |
Weather Observed Today at a Point
point_today(lat, lon, timezone = -1, dir_numeric = FALSE)
lat |
Latitude. |
lon |
Longitude. |
timezone |
The nominal timezone for the forecast. One of |
dir_numeric |
|
Simple features point corresponding to the given station identifier with recent meteorological forecast values for today.
# Produce a GT summary of the weather thus far for a given lat/lon
point_today(lat = 33, lon = -80) %>%
as.data.frame() %>%
dplyr::mutate(time = as.POSIXct(time) %>% format("%H:%M")) %>%
dplyr::select(time, temp, dewpoint, humidity, wind_speed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.