literature {rusda} | R Documentation |
Searches and downloads literature entries from the SMML Literature database
literature(x, spec_type = c("plant", "fungus"), process = TRUE)
x |
a vector of class |
spec_type |
a character string specifying the type of |
process |
logical, if an object of class |
a vector of mode list
with literature entries for x
Franz-Sebastian Krah
## Not run:
x <- "Polyporus badius"
lit <- literature(x, process = TRUE, spec_type = "fungus")
lit
## End(Not run)