getFlights: Function for downloading flight data from...

Description Usage Arguments Value See Also Examples

View source: R/getFlights.R

Description

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

Usage

1
2
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

1
2
3
4
5
## Not run: 
flights <- getFlights()
head(flights)

## End(Not run)

MUCflights documentation built on May 1, 2019, 9:32 p.m.