# NOT RUN {
# only keep checklists that are less than an hour long
system.file("extdata/ebd-sample.txt", package = "auk") %>%
auk_ebd() %>%
auk_duration(duration = c(0, 60))
# alternatively, without pipes
ebd <- auk_ebd(system.file("extdata/ebd-sample.txt", package = "auk"))
auk_duration(ebd, duration = c(0, 60))
# }
Run the code above in your browser using DataLab