getSHARK | R Documentation |
This function downloads all current data at sharkdata.se by data type.
getSHARK(datatype, possibly = TRUE)
datatype |
(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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.