eb_countable: Remove taxa that don't count towards your life list

Description Usage Arguments Value Examples

View source: R/eb-countable.r

Description

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.

Usage

1

Arguments

x

eb_sightings object; your personal eBird sightings

Value

An eb_sightings object.

Examples

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))

mstrimas/auklet documentation built on May 29, 2019, 2:57 p.m.