Nothing
.onAttach <- function(libname, pkgname) {
if (interactive()) {
cli::cli_h1("Welcome to geoidep")
cli::cli_alert_info(
"geoidep is a wrapper that allows you to download cartographic data for Peru from R.
Currently, `geoidep` supports the following providers:"
)
providers <- get_providers()[["provider"]][1:4] |> as.vector()
for (provider in providers) {
cli::cli_alert_success(provider)
}
cli::cli_alert_info("For more information, please use the `get_data_sources()` function.")
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.