map_geocode: Get GeoCode Information from Google-Maps

View source: R/map_geocode.R

map_geocodeR Documentation

Get GeoCode Information from Google-Maps

Description

This function requires an API key from Google Cloud to work. The key needs to be registered on first use inside R (or is written directly into .Renviron)

Usage

map_geocode(data)

Arguments

data

data.frame with a column 'addresses' which should contain the street, house number and city separated by spaces

Details

Note that in case of an error, the geoAddress column will repeat it's first valid entry (this should be fixed in a future update)

Value

returns a data.frame with the additional columns 'lon', 'lat' and 'geoAddresses'


lukasfeuer/montelo documentation built on Aug. 14, 2022, 5:35 a.m.