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