sensustricto: Manipulate the sensu stricto case in taxon names

sensu strictoR Documentation

Manipulate the sensu stricto case in taxon names

Description

The functions either expand s.str to the corresponding infraspecific epithet (expandSensuStricto) or simply ad a trailing s.str. to taxon names.

Usage

addSensuStricto(x)
expandSensuStricto(x)
asSensuStricto(x, y = "s.str.")

Arguments

x

a character.

y

a character.

Details

Both functions first call isSensuStricto. For expandSensuStricto this function has to evaluate to TRUE. In contrary addSensuStricto appends only if isSensuStricto(x) == FALSE.

Value

a character.

Author(s)

Roland Kaiser

See Also

isSensuStricto

Examples

addSensuStricto(x = "Arenaria ciliata")
addSensuStricto(x = "Arenaria ciliata s.str.")

expandSensuStricto(x = "Arenaria ciliata s.str.")

kardinal-eros/linktaxa documentation built on Jan. 13, 2024, 9:15 p.m.