inst/data-raw/LabscaleBiogas.R

## code to prepare `LabscaleBiogas` dataset goes here
# building the data set from external file  ####
LabscaleBiogas=from_AMPTSV2_report(
  ReactorLayout = c("2*Blank","Cellulose","2*S1 ctrl","2*S1 7d","2*S1 4d",
                    "2*S2 ctrl","2*S2 4d","2*S2 6d"),
  BlankLabel = "Blank",
  name = "LabscaleBiogas",
  ProcessTemp = 42,
  InocToSubRatio = 2,
  path = base::system.file("extdata","AMPTSV2.csv",package = "bgfanalyzer"))

usethis::use_data(LabscaleBiogas, overwrite = TRUE)

Try the bgfanalyzer package in your browser

Any scripts or data that you put into this service are public.

bgfanalyzer documentation built on Sept. 26, 2026, 5:07 p.m.