Learn R Programming

MUCflights (version 0.0-3)

getFlights: 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

Run this code
## Not run: 
# flights <- getFlights()
# head(flights)
# ## End(Not run)

Run the code above in your browser using DataLab