Description Usage Arguments Value Examples
Removes any records from your eBird data reporting taxa that can't be resolved to a countable species. This includes slashes, spuhs, undescribed forms, and domestic species.
1  | eb_countable(x)
 | 
x | 
 eb_sightings object; your personal eBird sightings  | 
An eb_sightings object.
1 2 3 4  | f <- system.file("extdata/MyEBirdData.csv", package = "auklet")
ebird_data <- eb_sightings(f)
nrow(ebird_data)
nrow(eb_countable(ebird_data))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.