substrate {rusda}R Documentation

Downloads substrate data from SMML Nomenclature DB

Description

Searches and downloads substrate data from SMML Nomenclature database

Usage

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

## Not run: 
x <- c("Polyporus_rhizophilus", "Polyporus_squamosus")
subs.poly <- substrate(x, process=TRUE)
subs.poly

## End(Not run)

[Package rusda version 1.0.8 Index]