Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 440 Bytes

File metadata and controls

22 lines (16 loc) · 440 Bytes

Date created

27/04/2020

Project Title

Udacity - Explore US Bikeshare Data

Description

In this project, I had to explore the Bikeshare Data for three major cities in US - Chicago, New York City and Washington.

Files used

The required files for running this program are:

  • washington.csv
  • new_york_city.csv
  • chicago.csv

Requirements:

  • library(tidyverse)
  • library(ggplot2)
  • library(lubridate)
  • library(scales)