scheduledFlights: Function that retrieves flight schedules from FlightStats

Description Usage Arguments Value Author(s) Examples

Description

Function that retrieves flight schedules from FlightStats

Usage

1
scheduledFlights(airport, action, date, hour, silent = FALSE)

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

hour

character, hour in the format h or hh

silent

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

Value

data.frame() with the flights for the hour specified

Author(s)

Emelie Hofland, emelie_hofland@hotmail.com

Examples

1
schedule <- scheduledFlights(airport="sxf",action = "arriving", date="2017/07/01", hour="10")

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