# NOT RUN {
system.file("extdata/ebd-sample.txt", package = "auk") %>%
auk_ebd() %>%
auk_protocol("Stationary")
# alternatively, without pipes
ebd <- auk_ebd(system.file("extdata/ebd-sample.txt", package = "auk"))
auk_protocol(ebd, "Stationary")
# }
Run the code above in your browser using DataLab