list_datasets {ColOpenData} | R Documentation |
List all available datasets by name, including group, source, year, level, category and description.
list_datasets(module = "all", language = "ES")
module |
character with module to be consulted ( |
language |
character with the language of dataset details ( |
data.frame
object with the available datasets.
list <- list_datasets("geospatial", "EN")
head(list)