strip_names_extra | R Documentation |
Strip taxonomic names of sp.
and hybrid symbols. This function assumes
that a character function has already been run through strip_names
.
strip_names_extra(taxon_names)
taxon_names |
A character vector of taxonomic names to be stripped. |
Given a vector of taxonomic names, this function removes additional filler
words (" x " for hybrid taxa, "sp.") not removed by the function
strip_names
A character vector of stripped taxonomic names,
with sp.
and hybrid symbols removed.
strip_names_extra(c("Abies lasiocarpa subsp. lasiocarpa",
"Quercus kelloggii",
"Pinus contorta var. latifolia",
"Acacia sp.",
"Lepidium sp. Tanguin Hill (K.R.Newbey 10501)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.