# NOT RUN {
# Obtain a list with information for all the flights registered during the 16th
# of November, 2019 between 9 AM and 10 AM, London time.
flights <- getIntervalFlights(startTime="2019-11-16 09:00:00",
endTime="2019-11-16 10:00:00", timeZone="Europe/London")
# Count the number of registered flights.
if(interactive()){
length(flights)
}
# }
Run the code above in your browser using DataLab