Ship_StopOfRoute | R Documentation |
The function is used to download the ship route information by given county, including the route name, port name of OD pair, and the description of the schedule.
Ship_StopOfRoute(access_token, county, 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 |
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. |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Ship_StopOfRoute(access_token, "NewTaipei")
Ship_StopOfRoute(access_token, "PenghuCounty", out="./Penghu_Ship_Route.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.