scheduledFlightsFullDay: Function that retrieves flight schedules from FlightStats for...

Description Usage Arguments Value Author(s) Examples

Description

Function that retrieves flight schedules from FlightStats for the whole day

Usage

1
scheduledFlightsFullDay(airport, action, date)

Arguments

airport

character with the IATA code of the airport

action

character, can be either arriving or departing

date

character, a date in the format YYYY/MM/DD

silent

boolean, to define if the number of flights found should be printed

Value

data.frame() with the flights for the whole day

Author(s)

Emelie Hofland, emelie_hofland@hotmail.com

Examples

1
schedule <- scheduledFlightsFullDay("sxf","departing","2017/07/01")

Emelieh21/FlightsR documentation built on May 3, 2019, 11:48 p.m.