Learn R Programming

BIRDS (version 0.2.0)

listSpecies: 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

Run this code
# NOT RUN {
OB <- organizeBirds(bombusObsShort, sppCol = "scientificName", simplifySppName = TRUE)
allSpp <- listSpecies(OB)
# }

Run the code above in your browser using DataLab