# NOT RUN {
# grab airplanes data for 2018
# }
# NOT RUN {
get_planes(2018)
# }
# NOT RUN {
# if you'd like to only return the planes that appear
# in \code{flights}, query your flights dataset first,
# and then supply it as a \code{flights_data} argument
# }
# NOT RUN {
get_planes(2018,
flights_data = get_flights("PDX", 2018, 6))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab