Description Usage Arguments Value Examples
Define a filter for the eBird Basic Dataset (EBD) based on species. This
function only defines the filter and, once all filters have been defined,
auk_filter() should be used to call AWK and perform the filtering.
1  | auk_species(x, species, replace)
 | 
x | 
 
  | 
species | 
 character; species to filter by, provided as scientific or English common names, or a mixture of both. These names must match the official eBird Taxomony (ebird_taxonomy).  | 
replace | 
 logical; multiple calls to   | 
An auk_ebd object.
1 2 3 4 5  | # common and scientific names can be mixed
species <- c("Gray Jay", "Pluvialis squatarola")
system.file("extdata/ebd-sample.txt", package = "auk") %>%
  auk_ebd() %>%
  auk_species(species)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.