Bike_Remain_His | R Documentation |
The function is used to download the historical availability data of bike sharing system for given county and given dates.
Bike_Remain_His(access_token, county, dates, dtype="text", out=F)
access_token |
Your access token given by TDX platform. This can be derived from the function |
county |
Please fill in the English county name. Checking out the appropriate county name in dataframe |
dates |
Please fill the specific dates. It allows to retrieve multiple dates, but note that the limit is 7 days. 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_Remain_His(access_token, "Taipei", dates="2022-10-30")
Bike_Remain_His(access_token, "Hsinchu", dates="2022-09-01~2022-09-30", out="./hsinchu_youbike_availability.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.