# NOT RUN {
# only keep checklists started between 6 and 8 in the morning
system.file("extdata/ebd-sample.txt", package = "auk") %>%
auk_ebd() %>%
auk_time(start_time = c("06:00", "08:00"))
# alternatively, without pipes
ebd <- auk_ebd(system.file("extdata/ebd-sample.txt", package = "auk"))
auk_time(ebd, start_time = c("06:00", "08:00"))
# }
Run the code above in your browser using DataLab