View source: R/datasus_catalog.R
| datasus_docs_url | R Documentation |
Returns the FTP URLs where documentation files (layouts, data dictionaries)
for each source system can be found. Use datasus_ftp_ls() to list the
actual files at each URL.
datasus_docs_url(source = NULL)
source |
Optional source code to filter (e.g. |
A tibble with columns source and docs_url.
datasus_docs_url()
datasus_docs_url("CNES")
tryCatch({
# List documentation files for CNES (network required).
docs <- datasus_docs_url("CNES")
datasus_ftp_ls(docs$docs_url[[1]], verbose = FALSE)
}, error = function(e) message("FTP unavailable: ", conditionMessage(e)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.