Description Usage Format Source Examples
State name, abbreviation, US Census designated division & region.
1 |
A data frame with 51 rows representing airlines and 4 variables:
State name
State abbreviation
US Census designated division. Values for division
are nested within region
US Census designated region
US Census Bureau https://en.wikipedia.org/wiki/List_of_regions_of_the_United_States#Interstate_regions.
1 2 3 4 5 6 7 | library(dplyr)
# Number of states in each division
state_info %>%
count(division)
# Number of states in each region
state_info %>%
count(region)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.