synonyms_smml {rusda} | R Documentation |
Downloads synonym data from SMML Nomenclature DB
Description
Searches and downloads synonym data from SMML Nomenclature database
Usage
synonyms_smml(x, spec_type = c("plant", "fungus"), clean = TRUE,
process = TRUE)
Arguments
x |
a vector of class |
spec_type |
a character string specifying the type of |
clean |
logical, if |
process |
logical, if |
Value
an object of class list
containing synonyms for x
Author(s)
Franz-Sebastian Krah
Examples
## 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)
[Package rusda version 1.0.8 Index]