# grab airplanes data for 2018
if (FALSE) get_planes(2018)
# 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
if (FALSE) get_planes(2018,
flights_data = get_flights("PDX", 2018, 6))
Run the code above in your browser using DataLab