# Produce a GT summary of the weather thus far for a given lat/lon
# \donttest{
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)
# }
Run the code above in your browser using DataLab