data-raw/Vessel_Log.R

## code to prepare `Vessel_Log` dataset goes here
library(readr)
Vessel_Log <- read_csv("data-raw/Vessel_Log.csv")
usethis::use_data(Vessel_Log, overwrite = TRUE)
HoldenJe/erieacoustics documentation built on July 17, 2024, 7:08 a.m.