geospatial_dictionary {ColOpenData} | R Documentation |
Retrieve geospatial data dictionaries to understand internal tags and named columns. Dictionaries are available in English and Spanish.
geospatial_dictionary(spatial_level, language = "ES")
spatial_level |
character with the spatial level to be consulted:
|
language |
character with the language of the dictionary variables
( |
data.frame
object with geospatial data dictionary.
dict <- geospatial_dictionary("setu", "EN")
head(dict)