"...man/getFormulaResult.Rd" did not exist on "f21f846072e46f63bc7e306d12b1315130e130be"
Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/standardResults.R
\name{getFormulaResult}
\alias{getFormulaResult}
\title{Aggregates columns for each farms using a formula}
\usage{
getFormulaResult(data, SEdata, formulaString, aggregator = sum, onlyValue = T)
}
\arguments{
\item{data}{a fadn.container, containing all tables}
\item{SEdata}{a data.table of already calculated SE}
\item{formulaString}{The formula String to use for aggregation}
}
\value{
[FID VALUE]
}
\description{
Aggregates columns for each farms using a formula
}
\examples{
#definition of formula SE610+SE615+SE624-SE626
formula=list(add=c("SE610","J830(2)","#289","#267..270"),substract=c("SE626","M632..634(2)"))
list(add=c("#48","#49","#50"),substract=list())
}