synonyms_smml {rusda} | R Documentation |
Searches and downloads synonym data from SMML Nomenclature database
synonyms_smml(x, spec_type = c("plant", "fungus"), clean = TRUE,
process = TRUE)
x |
a vector of class |
spec_type |
a character string specifying the type of |
clean |
logical, if |
process |
logical, if |
an object of class list
containing synonyms for x
Franz-Sebastian Krah
## Not run:
x <- "Solanum tuberosum"
synonyms_usda(x, spec_type = "plant", process = TRUE, clean = TRUE)
x <- c("Phytophthora infestans", "Polyporus badius")
synonyms_usda(x, spec_type = "fungus", process = TRUE, clean = TRUE)
## End(Not run)