View source: R/extract_binomial.R
| extract_binomial | R Documentation |
Extract the binomial name (Genus + specific epithet) from a Scientific Name
extract_binomial(species_names)
species_names |
(character) Scientific names to be converted to binomial names |
A vector with the binomial names (Genus + specific epithet).
spp <- c("Panthera onca (Linnaeus, 1758)",
"Zonotrichia capensis subtorquata Swainson, 1837",
"Paraganaspis egeria Díaz & Gallardo, 1996",
"Arrenurus tumulosus intercursor")
spp_new <- extract_binomial(species_names = spp)
spp_new
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.