listSpecies: Lists all species names from the data set

View source: R/focalSpecies.R

listSpeciesR Documentation

Lists all species names from the data set

Description

Lists all species names from the data set.

Usage

listSpecies(x)

Arguments

x

an object of class ‘OrganizedBirds’ or ‘SummarizeBirds’.

Value

a vector with all species names in the data set

See Also

summarizeBirds, exportBirds

Examples

OB <- organizeBirds(bombusObsShort, sppCol = "scientificName", simplifySppName = TRUE)
allSpp <- listSpecies(OB)

Greensway/BIRDS documentation built on Oct. 19, 2023, 2:35 a.m.