commute {ascentTraining} | R Documentation |
R For Data Science tidytuesday commute dataset
Description
Data from the ACS Survey detailing the use of different transport modes
Usage
commute
Format
A tibble containing 3,496 observations of 9 variables
city
City
state
State
city_size
City Size -
Small = 20K to 99,999
Medium = 100K to 199,999
Large = >= 200K
mode
Mode of transport, either walk or bike
n
Number of individuals
percent
Percent of total individuals
moe
Margin of Error (percent)
state_abb
Abbreviated state name
state_region
ACS State region
Source
American Community Survey, United States Census Bureau
R For Data Science repository: https://github.com/rfordatascience/tidytuesday/tree/master/data/2019/2019-11-05
Article and underlying data can be found at: https://www.census.gov/library/publications/2014/acs/acs-25.html?#
[Package ascentTraining version 1.0.0 Index]