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/.
Usage
ifcb_get_shark_colnames(minimal = FALSE)
Value
An empty data frame containing the SHARK column names.
Arguments
minimal
A logical value indicating whether to load only the minimal set of column names required for data submission to SHARK. Default is FALSE.
Details
For a detailed example of a data submission, see ifcb_get_shark_example.