get_geocode_data: Primary Geocoding Function

Description Usage Arguments Value Examples

Description

This function takes an address column that has been properly formatted using get_padded_zip and then create_full_address and returns a dataframe of addresses and relevant lat/long

Usage

1

Arguments

address

name of the address vector in the data set i.e. NEA$full_address

Value

dataframe of addresses and geocodes, that can then be added to the original data

Examples

1
2
3
addresses<-get_geocode_data(NEA$full_address)
NEA$CoLongitude<-addresses$long
NEA$CoLatitude<-addresses$lat

gmellon/neaR documentation built on May 14, 2019, 2:42 p.m.