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