Learn R Programming

lutz (version 0.1.0)

tz_lookup_coords: Lookup time zones of points

Description

Lookup time zones of points

Usage

tz_lookup_coords(lat, lon)

Arguments

lat

numeric vector of latitudes

lon

numeric vector of longitudes the same length as x

Value

character vector the same length as x and y specifying the time zone of the points.

Examples

Run this code
# 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