September 1, 2019
Udacity Bike Share data analysis in R
This project uses R to analyse bike share data across three cities: Chicago, New York, and Washington. The program reads in the data and generates visualizations to explore three questions:
- How do trip durations compare between cities?
- What types of user are most common in each city?
- How do trip durations vary by type of user?
Data
- chicago.csv
- new-york-city.csv
- washington.csv
R programs
- udacity-R-assignment.R
- ggplot2
- dplyr
Both of these packages are part of the tidyverse.
This project was generated using the content of the Udacity Programming for Data Science with R program as reference.