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)
x | eb_sightings object; your personal eBird sightings |
---|
An eb_sightings object.
f <- system.file("extdata/MyEBirdData.csv", package = "auklet") ebird_data <- eb_sightings(f) nrow(ebird_data)#> [1] 7048nrow(eb_countable(ebird_data))#> [1] 7011