data-raw/generate_productionlog_sample_dataset.R

## code to prepare `productionlog_sample` dataset goes here
productionlog_sample <- readxl::read_excel("data-raw/productionlog_sample.xlsx") %>%
  as.data.frame()

usethis::use_data(productionlog_sample, overwrite = TRUE)
dominikjung42/dstools documentation built on June 16, 2024, 2:40 a.m.