Bike_OD_His | R Documentation |
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.
Bike_OD_His(bikesys, time, out=F)
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 |
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. |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Bike_OD_His(bikesys=1, time="2022-10")
Bike_OD_His(bikesys=2, time="2023-05", out="./taipei_youbike_OD.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.