Description Usage Arguments Value Examples
The function builds the url needed in the geo_getter function. It is not
exported.
| 1 | 
| ... | insert the relevant parameters for the call. | 
a url
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.