Learn R Programming

iRfcb (version 0.5.1)

ifcb_get_shark_example: Get Shark Column Example

Description

This function reads a SHARK submission example from a file included in the package. This format is used for submitting IFCB data to https://shark.smhi.se/.

Usage

ifcb_get_shark_example()

Arguments

Value

A data frame containing example data following the SHARK submission format.

See Also

ifcb_get_shark_colnames

Examples

Run this code
shark_example <- ifcb_get_shark_example()

# Print example as tibble
dplyr::tibble(shark_example)

Run the code above in your browser using DataLab