View source: R/documentation.R
geospatial_dictionary | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.