Last data update: 2014.03.03

R: Function for downloading flight data from...
getFlightsR Documentation

Function for downloading flight data from http://www.munich-airport.de

Description

getFlights is used for downloading flight data from http://www.munich-airport.de.

Usage

getFlights(status = c("ankunft", "abflug"), hour = formatC(c(0, 3:11 * 2),
            flag = "0", width = 2, format = "d"))

Arguments

status

specify the downloading data to landing or departure.

hour

lower the downloading period to a certain time.

Value

data.frame

See Also

htmlTreeParse

Examples

## Not run: 
flights <- getFlights()
head(flights)

## End(Not run)

Results