get.synonyms {flora} | R Documentation |
List all synonyms of a given taxa
Description
This function returns all the synonyms of a given taxon according to the Brazilian Flora 2020.
Usage
get.synonyms(taxon, fix = FALSE, relationship = FALSE)
Arguments
taxon |
a character vector containing a name. |
fix |
should the function fix issues (synonyms, mispelled names) in taxon? |
relationship |
return the kind of relationship? |
Value
a character vector
Examples
## Not run:
get.synonyms("Myrcia lingua")
## End(Not run)
[Package flora version 0.3.4 Index]