Returns the valid two-letter state codes that can be used with get_finance_data
Examples
# Get all valid state codes
states <- get_states()
head(states)
#> [1] "AL" "AK" "AZ" "AR" "CA" "CO"
Returns the valid two-letter state codes that can be used with get_finance_data
# Get all valid state codes
states <- get_states()
head(states)
#> [1] "AL" "AK" "AZ" "AR" "CA" "CO"