View source: R/datasus_catalog.R
| datasus_file_types | R Documentation |
Returns the internal catalog of file types. Optionally filtered by source and/or file type codes.
datasus_file_types(source = NULL, file_type = NULL)
source |
Optional character vector of source codes (e.g. |
file_type |
Optional character vector of file type codes (e.g. |
A tibble.
datasus_file_types()
datasus_file_types(source = "SIHSUS")
datasus_file_types(source = "CNES", file_type = "ST")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.