mos_sppCheck: Checks if a species is included in the records of MOSAIC

View source: R/mos_sppCheck.R

mos_sppCheckR Documentation

Checks if a species is included in the records of MOSAIC

Description

This function evaluates whether a species is included the mosaic database (TRUE/FALSE). If the species is in the database, returns = TRUE. If the species is not in the database, returns = FALSE.

Usage

mos_sppCheck(binomialName)

Arguments

binomialName

Latin name (Genus species). Check case sensitivity.

Examples

mos_sppCheck("Alces alces")
mos_sppCheck("Pagophilus groenlandicus")

cdbernard/trypkg documentation built on March 29, 2022, 9:48 a.m.