Description Usage Arguments Details Value Author(s) Examples
View source: R/extend_genus_names.r
The function takes a strings of species names of the form Bufo bufo, B. bufo
,
and writes Bufo bufo, Bufo bufo
.
1 | extend_genus_names(species_vector_by_group)
|
species_vector_by_group |
a character vector containing complete and abbreviated genus names. |
The function only analyses texts, there is no call to a known species list. When encontering an abbreviated genus name, the function replaces it with the last known complete name beginning with the same letter.
A character vector of species or genus names whom genus name has been expanded.
Alban Sagouis
1 | extend_genus_names(c("Bufo bufo", "B. bufo", "Buteo buteo", "B. buteo", "G. gulo", NA))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.