transform_gases: Transform gas production

View source: R/utils.R

transform_gasesR Documentation

Transform gas production

Description

Transform gas production from g/d to L/d

Usage

transform_gases(data)

Arguments

data

a data frame with preliminary or finalized 'GreenFeed' data

Value

A data frame with the gases transform in L/d

Examples

file <- readr::read_csv(system.file("extdata", "StudyName_GFdata.csv", package = "greenfeedr"))
data <- transform_gases(data = file)


greenfeedr documentation built on Sept. 9, 2025, 5:55 p.m.