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.

eb_countable(x)

Arguments

x

eb_sightings object; your personal eBird sightings

Value

An eb_sightings object.

Examples

f <- system.file("extdata/MyEBirdData.csv", package = "auklet") ebird_data <- eb_sightings(f) nrow(ebird_data)
#> [1] 7048
nrow(eb_countable(ebird_data))
#> [1] 7011