data-raw/example_proctor_data.R

## code to prepare `example_proctor_data` dataset goes here:

example_proctor_data <- readr::read_csv(
  'inst/extdata/pro_inf_mix1.csv',
  lazy = FALSE) %>%
 tibble::as_tibble()

usethis::use_data(example_proctor_data, overwrite = TRUE)
evanmascitti/soiltestr documentation built on Oct. 6, 2022, 5:32 p.m.