# choose tompkins county, ny, united states
system.file("extdata/ebd-sample.txt", package = "auk") %>%
auk_ebd() %>%
auk_county("US-NY-109")
# alternatively, without pipes
ebd <- auk_ebd(system.file("extdata/ebd-sample.txt", package = "auk"))
auk_county(ebd, "US-NY-109")
Run the code above in your browser using DataLab