addDyntaxa | R Documentation |
Add taxonomic ranks to datasets from dyntaxa.se
addDyntaxa(data)
data |
(Required) A string representing the type of data to be downloaded. (Only "Zooplankton" and "Phytoplankton" tested). |
possibly |
(Optional, default=TRUE) Logical. If TRUE: datasets that does not fit the format (cannot be read as TSV) will not be downloaded. If FALSE: the function will stop if an errournous dataset is encountered. |
A dataframe.
data <- getSHARK("Phytoplankton") %>% addDyntaxa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.