Rail_StationExit: Retrieve the station exits of each railway stations

Rail_StationExitR Documentation

Retrieve the station exits of each railway stations

Description

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.

Usage

Rail_StationExit(access_token, operator, out=F)

Arguments

access_token

Your access token given by TDX platform. This can be derived from the function get_token().

operator

Please fill in the operator code of given railway system. Checking out the appropriate operator code in dataframe TDX_Railway. And note that "THSR" is not allowed.

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.

Author(s)

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

Examples

Rail_StationExit(access_token, "TRA")
Rail_StationExit(access_token, "TRTC", out="./taipei_mrt_stationofline.csv")

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