catr_atom_search_munic {CatastRo} | R Documentation |
ATOM INSPIRE: Search for municipality codes
Description
Search for a municipality (as a string, part of string or code) and get the corresponding coding as per the Cadastre.
Usage
catr_atom_search_munic(
munic,
to = NULL,
cache = TRUE,
update_cache = FALSE,
cache_dir = NULL,
verbose = FALSE
)
Arguments
munic |
Municipality to extract, It can be a part of a string or the cadastral code. |
to |
Optional parameter for defining the Territorial Office to which
|
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 |
verbose |
Logical, displays information. Useful for debugging,
default is |
Value
A tibble
.
See Also
Other INSPIRE ATOM services:
catr_atom_get_address()
,
catr_atom_get_address_db_all()
,
catr_atom_get_buildings()
,
catr_atom_get_buildings_db_all()
,
catr_atom_get_parcels()
,
catr_atom_get_parcels_db_all()
Other search:
catr_get_code_from_coords()
,
catr_ovc_get_cod_munic()
,
catr_ovc_get_cod_provinces()
Other databases:
catr_atom_get_address_db_all()
,
catr_atom_get_buildings_db_all()
,
catr_atom_get_parcels_db_all()
,
catr_srs_values
Examples
catr_atom_search_munic("Mad")