data-raw/Chlorophyll_Inventory_Timeseries_HL2.R

## code to prepare `Chlorophyll_Inventory_Timeseries_HL2` dataset

library(readr)
library(usethis)

# read csv data
Chlorophyll_Inventory_Timeseries_HL2 <- readr::read_csv("data-raw/Chlorophyll_Inventory_Timeseries_HL2.csv")

usethis::use_data(Chlorophyll_Inventory_Timeseries_HL2, overwrite = TRUE)
casaultb/testpackage documentation built on April 30, 2020, 12:07 a.m.