I was able to retrieve the data for the means of travelling to work for people in America. All of this data is from the 2018 US Census.
Here are some summarizing statistics to show what are the most popular ways to get to work in America:
## [1] "The different ways of commuting to work in America in 2018 were: Worked at home, Drove a private car, truck or van, Drove a company car, truck or van, Passenger in a car, truck, van or company bus, Public bus, Train, Bicycle, Walked or jogged, Ferry, Other"
## [1] "The most popular mean of getting to work in America is driving a private car, truck or van with 1,412,994 people using this method of transport."
## [1] "The least popular means of getting to work is the ferry. Only 6,045 people use this method of transportation to get to work."
## [1] "In total, there are 2,445,138 people commuting to work."
## [1] "Here are some more general summarizing statistics:"
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 6045 48052 100389 244514 238016 1412994
## vars n mean sd median trimmed mad min max range skew
## X1 1 10 244513.8 421815.5 100389 128262.4 87194.67 6045 1412994 1406949 2.07
## kurtosis se
## X1 2.92 133389.8