data-raw/Full_weights.R

Full_weights_filename <- system.file("extdata", "Sample_Full_Weights.txt", package = "BiomassWorkflow")

Full_weights <-  readr::read_delim(Full_weights_filename, delim = '\t', col_names = F)

devtools::use_data(Full_weights, overwrite = TRUE)
econtijoch/Biomass-Workflow documentation built on May 15, 2019, 7:59 p.m.