lookup_timezone: Determine the local time zone from the coordinates

View source: R/lookup_timezone.R

lookup_timezoneR Documentation

Determine the local time zone from the coordinates

Description

Uses the Google API (and/or the package cache) to determine the local timezone name, offset, and DST offset of a site

Usage

lookup_timezone(latitude, longitude)

Arguments

latitude

degrees latitude (positive for north) of the location to look up.

longitude

degrees longitude (positive for east) of the location to look up.

Examples

lookup_timezone(41.33, -106.3)

USGS-R/streamMetabolizer documentation built on Aug. 15, 2023, 7:50 a.m.