View source: R/ifcb_get_shark_colnames.R
ifcb_get_shark_colnames | R Documentation |
This function reads SHARK column names from a specified tab-separated values (TSV) file included in the package. These columns are used for submitting IFCB data to https://shark.smhi.se/.
ifcb_get_shark_colnames(minimal = FALSE)
minimal |
A logical value indicating whether to load only the minimal set of column names required for data submission to SHARK. Default is FALSE. |
For a detailed example of a data submission, see ifcb_get_shark_example
.
An empty data frame containing the SHARK column names.
ifcb_get_shark_example
shark_colnames <- ifcb_get_shark_colnames()
print(shark_colnames)
shark_colnames_minimal <- ifcb_get_shark_colnames(minimal = TRUE)
print(shark_colnames_minimal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.