Description Usage Arguments Details Value Source Examples
flights is used for loading the format the flight data from selected days.
1 | flights(from = NULL, to = NULL, path = system.file("MUCflights.RData", package = "MUCflights"))
|
from |
first day which should be loaded |
to |
last day which should be loaded |
path |
path the data is located |
Information of the flights arrived and departured at Munich Franz-Josef-Strauss airport (from http://www.munich-airport.de).
A data frame with the following 18 variables.
lskarrival(L) or departure(S)
fnrnumber of the flight
lvgairline
ha1IATA
ha2IATA (stopover)
ha3IATA (stopover)
haffrom/to (German)
hafenfrom/to (English)
sttscheduled time
ettestimated time
ldecountry
lencountry
terterminal
berarea
typaircraft type
veraircraft type-version
saagatgate
http://www.munich-airport.de/de/consumer/fluginfo/abflug/index.jsp http://www.munich-airport.de/de/consumer/fluginfo/ankunft/index.jsp
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.