get_binomial {florabr} | R Documentation |
Extract the binomial name (Genus + specific epithet) from a Scientific Name
Description
Extract the binomial name (Genus + specific epithet) from a Scientific Name
Usage
get_binomial(species_names)
Arguments
species_names |
(character) Scientific names to be converted to binomial names |
Value
A vector with the binomial names (Genus + specific epithet).
Examples
spp <- c("Araucaria angustifolia (Bertol.) Kuntze",
"Butia catarinensis Noblick & Lorenzi",
"Adesmia paranensis Burkart")
spp_new <- get_binomial(species_names = spp)
spp_new
[Package florabr version 1.2.0 Index]