Learn R Programming

BLSloadR (version 0.4)

list_ces_states: 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()

Arguments

Value

A character vector of available state/territory abbreviations

Examples

Run this code
# See all available states
list_ces_states()

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

Run the code above in your browser using DataLab