geocode_address: Function to get coordinates from a supplied address If no...

Description Usage Arguments Value Examples

View source: R/rpubmed_locations.R

Description

Function to get coordinates from a supplied address If no match is found, it recursively calls itself on the address minus the first line of the address

Usage

1
  geocode_address(address, depth = 3)

Arguments

address

string

depth

depth integer recursion depth for attempting to get coordinates. If the full address fails to get a hit, the function is called again with the first line of the address removed. The process is repeated depth times before returning NAs

Value

vector of address, lat, long

Examples

1
2
3
4
5
## Not run: 
x <- "Rothamsted Research, Harpenden, Herts AL5 2JQ, UK."
geocode_address(x)

## End(Not run)

rpubmed documentation built on May 2, 2019, 5:25 p.m.