# NOT RUN {
# Obtain a list with information for all the flights that departed from Seville
# Airport on the 25th of July, 2019 between 9 AM and 11 AM, local time.
if(interactive()){
getAirportDepartures(airport="LEZL", startTime="2019-07-25 09:00:00",
endTime="2019-07-25 11:00:00", timeZone="Europe/Madrid")
}
# }
Run the code above in your browser using DataLab