annotateSHARK | R Documentation |
Annotate the downloaded dataset
annotateSHARK(data)
data |
(Required) The dataset. |
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. |
Annotated dataframe.
data <- getSHARK("Phytoplankton") %>% addDyntaxa() %>% annotateSHARK()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.