View source: R/view_datasets.R
view_datasets | R Documentation |
This function lists all datasets available in the 'ColombiAPI' package. If the 'ColombiAPI' package is not loaded, it stops and shows an error message. If no datasets are available, it returns a message and an empty vector.
view_datasets()
A character vector with the names of the available datasets. If no datasets are found, it returns an empty character vector.
if (requireNamespace("ColombiAPI", quietly = TRUE)) {
library(ColombiAPI)
view_datasets()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.