Rail_StationExit | R Documentation |
The function is used to download the station exits of each railway stations. The detailed information will be retrieved such as whehter there are stairs, esclators, or elevators in the exit.
Rail_StationExit(access_token, operator, out=F)
access_token |
Your access token given by TDX platform. This can be derived from the function |
operator |
Please fill in the operator code of given railway system. Checking out the appropriate operator code in dataframe |
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. The directory must contain ".csv" or ".txt" when exporting text file. |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Rail_StationExit(access_token, "TRA")
Rail_StationExit(access_token, "TRTC", out="./taipei_mrt_stationofline.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.