powered by
Lookup time zones of points
tz_lookup_coords(lat, lon)
numeric vector of latitudes
numeric vector of longitudes the same length as x
x
character vector the same length as x and y specifying the time zone of the points.
# NOT RUN { tz_lookup_coords(42, -123) tz_lookup_coords(lat = c(48.9, 38.5, 63.1, -25), lon = c(-123.5, -110.2, -95.0, 130)) # }
Run the code above in your browser using DataLab