bag_geocode: Retrieve the (RD) coordinates of a street address in The...

Description Usage Arguments Value

Description

Retrieve the (RD) coordinates of a street address in The Hague

Usage

1
bag_geocode(postcode, huisnummer, straatnaam, plaatsnaam, max.retries = 2L)

Arguments

postcode

a character verctor with postal code

huisnummer

a character vector with house numbers

straatnaam

a character vector with street names

plaatsnaam

a character vector with city or location name

max.retries

an integer with the maximum number of retries if a request times out (default: 2)

Value

A data frame with the coordinates of each address in two columns named ‘rdx’ and ‘rdy’. Unknown addresses have NA as coordinates.


bedatadriven/econometer documentation built on May 12, 2019, 10:03 a.m.