ifcb_get_shark_example {iRfcb} | R Documentation |
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()
Value
A data frame containing example data following the SHARK submission format.
See Also
Examples
shark_example <- ifcb_get_shark_example()
# Print example as tibble
dplyr::tibble(shark_example)
[Package iRfcb version 0.5.1 Index]