# NOT RUN {
# run with defaults
# }
# NOT RUN {
get_airlines()
# }
# NOT RUN {
# if you'd like to only return the airline
# abbreviations only for airlines that appear in
# \code{flights}, query your flights dataset first,
# and then supply it as a flights_data argument
# }
# NOT RUN {
get_airlines(flights_data = get_flights("PDX", 2018, 6))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab