data-raw/Empty_weights.R

Empty_weights_filename <- system.file("extdata", "Sample_Empty_Weights.txt", package = "BiomassWorkflow")

Empty_weights <- readr::read_delim(Empty_weights_filename, delim = '\t', col_names = F)

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