This function reads shark column names from a specified tab-separated values (TSV) file included in the package.

ifcb_get_shark_colnames()

Value

A data frame containing the shark column names.

Examples

if (FALSE) {
shark_colnames <- ifcb_get_shark_colnames()
print(shark_colnames)
}