get_spp: Get species names

Description Usage Arguments Value Author(s) See Also Examples

View source: R/get_spp.R

Description

Looks at the database and extracts a list of all species present. The user can specify if common or scientific names should be returned (See scientific).

Usage

1
get_spp(scientific = FALSE)

Arguments

scientific

If scientific = TRUE, then a list of scientific names is returned. If scientific = FALSE (the default) only common names are returned.

Value

A character vector containing a unique list of species present in the cooperatives dataset.

Author(s)

Juan Carlos

See Also

cooperatives

Examples

1
2
3
4
5
6
#Get a list of the 86 distinct common names
get_spp(scientific = FALSE)


#Get a list of the 83 distinct scientific names
get_spp(scientific = TRUE)

jcvdav/cooperatR documentation built on May 29, 2019, 1:02 a.m.