scheduledFlightsFullWeek: 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 week

Usage

1
scheduledFlightsFullWeek(airport, action, calendarweek, year = 2017)

Arguments

airport

character with the IATA code of the airport

action

character, can be either arriving or departing

calendarweek

numeric, the calenderweek number of the week you want to retrieve flights for

year

numeric, currently set default to 2017

Value

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

Author(s)

Emelie Hofland, emelie_hofland@hotmail.com

Examples

1
schedule <- scheduledFlightsFullWeek("sxf","departing",29)

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