## Names to be compared
species <- c("Cperus papyrus", "Typha australis", "Luke skywalker")
## Comparing character vectors
match_names("Cyperus paper", species)
## Retrieve taxon usage names
match_names(species, Easplist)
## Display accepted names in output
match_names(x = species, object = Easplist, show_concepts = TRUE)
Run the code above in your browser using DataLab