coord_to_placekey: Generate Placekey from a coordinate

View source: R/coord_to_placekey.R

coord_to_placekeyR Documentation

Generate Placekey from a coordinate

Description

Generate Placekey from a coordinate

Usage

coord_to_placekey(lat, long)

Arguments

lat

Latitude in decimal degrees.

lon

Longitude in decimal degrees.

Examples

coord_to_placekey(29.76328, -95.36327)
#> "@675-9z6-5nw-m2"

JosiahParry/placekey documentation built on March 17, 2023, 2:41 a.m.