Bike_OD_His: Retrieve the historical OD data of bike sharing system in...

Bike_OD_HisR Documentation

Retrieve the historical OD data of bike sharing system in Taipei

Description

The function is used to download the historical OD data of bike sharing system in Taipei City in given month. Note that data of YouBike 1.0 (bikesys=1) starts from 2016-01 to 2022-09, while data of YouBike 2.0 (bikesys=2) starts from 2020-04 to date.

Usage

Bike_OD_His(bikesys, time, out=F)

Arguments

bikesys

Please fill the valid YouBike system. It should me either 1 or 2.

time

Please fill the specific year and month. The format of the date should be YYYY-MM.

out

If the result should be exported to the local, please fill in the directory. The default value is FALSE, which does not export the data. Note that the directory must contain ".csv" or ".txt" when exporting text file.

Author(s)

Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au

Examples

Bike_OD_His(bikesys=1, time="2022-10")
Bike_OD_His(bikesys=2, time="2023-05", out="./taipei_youbike_OD.csv")

ChiaJung-Yeh/NYCU_TDX documentation built on Aug. 28, 2024, 10:43 p.m.