# NOT RUN {
# flights out of Portland International in June 2018
# }
# NOT RUN {
get_flights("PDX", 2018, 6)
# }
# NOT RUN {
# ...or the original nycflights13 flights dataset
# }
# NOT RUN {
get_flights(c("JFK", "LGA", "EWR"), 2013)
# }
# NOT RUN {
# use the dir argument to indicate the folder to
# save the data in \code{dir} as "flights.rda"
# }
# NOT RUN {
get_flights("PDX", 2018, 6, dir = tempdir())
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab