powered by
Retrieve detailed properties of a geo object found with nl_suggest() or nl_free().
nl_suggest()
nl_free()
nl_lookup(id, ..., output = c("list", "raw"), verbose = FALSE)
Depending on the value of output the raw search results in R format or the properties of the specific object as a R list object.
output
of object found in nl_suggest or nl_free
extra parameters are passed to the lookup service of pdok.
What type of output should be returned
should the function print message while retrieving the data?
obj <- nl_lookup("weg-f633e85f07eda4e68a00fb13f9d128f5", output = "list") names(obj) obj$weergavenaam
Run the code above in your browser using DataLab