Learn R Programming

BLSloadR (version 0.4)

list_national_ces_options: List Available National CES Dataset Options

Description

This function displays the available dataset filtering options for the get_national_ces() function, helping users understand what specialized datasets are available for download.

Usage

list_national_ces_options(show_descriptions = FALSE)

Value

A data frame with dataset filter options and their descriptions.

Arguments

show_descriptions

Logical. If TRUE, shows detailed descriptions of each dataset option. If FALSE (default), shows only the filter names.

Examples

Run this code
# Show available dataset filters
list_national_ces_options()

# Show detailed descriptions
list_national_ces_options(show_descriptions = TRUE)

Run the code above in your browser using DataLab