literature: Downloads literature from SMML Literature DB

Description Usage Arguments Value Author(s) Examples

Description

Searches and downloads literature entries from the SMML Literature database

Usage

1
literature(x, spec_type = c("plant", "fungus"), process = TRUE)

Arguments

x

a vector of class character containing fungal or plant species names

spec_type

a character string specifying the type of spec. Can be either "plant" or "fungus"

process

logical, if TRUE downloading and extraction process is displayed

an object of class list

Value

a vector of mode list with literature entries for x

Author(s)

Franz-Sebastian Krah

Examples

1
2
3
4
5
6
## Not run: 
x <- "Polyporus badius"
lit <- literature(x, process = TRUE, spec_type = "fungus")
lit

## End(Not run)

rusda documentation built on May 2, 2019, 4:15 a.m.