View source: R/old_taxa--taxonomy--s3.R
remove_redundant_names | R Documentation |
Remove the names of parent taxa in the beginning of their children's names in a taxonomy
or taxmap
object.
This is useful for removing genus names in species binomials.
obj$remove_redundant_names() remove_redundant_names(obj)
obj |
A |
A taxonomy
or taxmap
object
# Remove genus named from species taxa
species_data <- c("Carnivora;Felidae;Panthera;Panthera leo",
"Carnivora;Felidae;Panthera;Panthera tigris",
"Carnivora;Ursidae;Ursus;Ursus americanus")
obj <- parse_tax_data(species_data, class_sep = ";")
remove_redundant_names(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.