catrnav_atom_get_address_db_all | R Documentation |
Create a database containing the urls provided in the INSPIRE ATOM service for extracting Addresses.
catrnav_atom_get_address_db_all(
cache = TRUE,
update_cache = FALSE,
cache_dir = NULL,
verbose = FALSE
)
cache |
A logical whether to do caching. Default is |
update_cache |
A logical whether to update cache. Default is |
cache_dir |
A path to a cache directory. On missing value the function
would store the cached files on a temporary dir (See |
verbose |
Logical, displays information. Useful for debugging,
default is |
A tibble with the information requested:
munic
: Name of the municipality.
url
: url for downloading information of the corresponding municipality.
date
: Reference date of the data.
Other ATOM:
catrnav_atom_get_address()
,
catrnav_atom_get_buildings()
,
catrnav_atom_get_buildings_db_all()
,
catrnav_atom_get_parcels()
,
catrnav_atom_get_parcels_db_all()
Other addresses:
catrnav_atom_get_address()
catrnav_atom_get_address_db_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.