data-raw/generate_costs_dataset.R

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

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