read_NYC_trip_dataset: Reads the New Yrok taxi trip data

Description Usage Arguments Value See Also Examples

Description

Reads the NYC Taxi & Limousine Commission green taxi trip CSV file

Usage

1

Arguments

url

the url of the New York taxi data for analysis. Parameter is optional, if missing will use the example dataset of the library

Value

A data.frame with all the csv file for future preprocessing and processing

See Also

preprocess_dataset

Examples

1
2
3
4
5
6
7
## Not run: 
   read_NYC_trip_dataset("https://s3.amazonaws.com/nyc-tlc/trip+data/green_tripdata_2017-02.csv")
   #Or
   read_NYC_trip_dataset("C:\\Downloads\\green_tripdata_2017-02.csv")

## End(Not run)
read_NYC_trip_dataset()

alaacs/nytaxi documentation built on May 9, 2019, 7:31 p.m.