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