geo_url_builder: Helper function to build the urls

Description Usage Arguments Value Examples

View source: R/functions.R

Description

The function builds the url needed in the geo_getter function. It is not exported.

Usage

1

Arguments

...

insert the relevant parameters for the call.

Value

a url

Examples

1
2
3
4
5
6
7
# Set login and password ----
login <- 'xxx'
password <- 'yyy'

# Build url
geoDK:::geo_url_builder(method = "adresse", vejnavn = "Rentemestervej", postnr = "2400",
                        hits = "50", login = login, password = password)

56north/geoDK documentation built on May 5, 2019, 11:26 a.m.