transform_gases | R Documentation |
Transform gas production from g/d to L/d
transform_gases(data)
data |
a data frame with preliminary or finalized 'GreenFeed' data |
A data frame with the gases transform in L/d
file <- readr::read_csv(system.file("extdata", "StudyName_GFdata.csv", package = "greenfeedr"))
data <- transform_gases(data = file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.