substrate: Downloads substrate data from SMML Nomenclature DB

Description Usage Arguments Details Value Author(s) Examples

View source: R/substrate.R

Description

Searches and downloads substrate data from SMML Nomenclature database

Usage

1
substrate(x, process = TRUE)

Arguments

x

a vector of class character containing fungal or plant species names

process

logical, if TRUE downloading and extraction process is displayed

Details

Don't be disappointed. Not much data there. But depends on the study group, so give it try.

Value

an object of mode list containing substrate for fungus species

Author(s)

Franz-Sebastian Krah

Examples

1
2
3
4
5
6
## Not run: 
x <- c("Polyporus_rhizophilus", "Polyporus_squamosus")
subs.poly <- substrate(x, process=TRUE)
subs.poly

## End(Not run)

ropensci/rusda documentation built on Jan. 28, 2021, 7 p.m.