View source: R/national_ces_helpers.R
| list_national_ces_options | R Documentation |
This function displays the available dataset filtering options for the get_national_ces() function, helping users understand what specialized datasets are available for download.
list_national_ces_options(show_descriptions = FALSE)
show_descriptions |
Logical. If TRUE, shows detailed descriptions of each dataset option. If FALSE (default), shows only the filter names. |
A data frame with dataset filter options and their descriptions.
# Show available dataset filters
list_national_ces_options()
# Show detailed descriptions
list_national_ces_options(show_descriptions = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.