meta_smml {rusda} | R Documentation |
Searches, downloads and evaluates presence/absence of data in the SMML databases
meta_smml(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 |
Use this function before deriving data from one of the databases in order to prune your
input species vector. With pruned species vectors the functions will run faster. This is important
if x
is some hundred species long.
an object of class data.frame
: presence/absence
Franz-Sebastian Krah
## Not run:
fungus.meta <- meta_smml(x = "Picea abies", process = TRUE, spec_type = "plant")
fungus.meta
hosts.meta <- meta_smml(x = "Antrodiella citrinella", process = TRUE, spec_type = "fungus")
hosts.meta
## End(Not run)