list_ces_states: List Available States for CES Data

View source: R/ces_helpers.R

list_ces_statesR Documentation

List Available States for CES Data

Description

Lists all available U.S. states and territories that can be used with the 'states' parameter in 'get_ces()' function.

Usage

list_ces_states()

Value

A character vector of available state/territory abbreviations

Examples

# See all available states
list_ces_states()

# Use with get_ces
# ces_data <- get_ces(states = c("MA", "NY"))  # All industries for these states

BLSloadR documentation built on April 23, 2026, 9:07 a.m.