Air_Patronage | R Documentation |
The function is used to retrieve the patronage of domestic and international (including cross-strait) flight for each airline in Taiwan.
Air_Patronage(ym, domestic=F, out=F)
ym |
The time (year-month) of the data. The format of time should be |
domestic |
Specify either domestic or international flight patronage data. Default to 'FALSE', which means international flight. |
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. |
Meanings of prefix of the column name are summarised below.
Flight | Number of flights for each airline. | |
Seat | Total seats available for each airline. | |
Patronage | Patroange for each airline. | |
LoadFactor | The ratio of patroange to total seats provided. | |
Meanings of suffix of the column name are summarised below.
Total | The summation of departure and arrival. | |
Departure | The outbound trips. | |
Arrival | The inbound trips. | |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
# Retrieve the patronage for international flight in a specific month
Air_Patronage(ym="2024-12")
# Retrieve the patronage for domestic flight in a specific month
# Note that all data within 2024 will be retrieved
Air_Patronage(ym="2024-12", domestic=T, out="Domestic_Flight_2024")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.