27/04/2020
Udacity - Explore US Bikeshare Data
In this project, I had to explore the Bikeshare Data for three major cities in US - Chicago, New York City and Washington.
The required files for running this program are:
- washington.csv
- new_york_city.csv
- chicago.csv
- library(tidyverse)
- library(ggplot2)
- library(lubridate)
- library(scales)