confFormula¶
This is a shorthand version of getFormulaFromConfig.
It can only be used within the runFromConfig function.
confFormula(
column=varName,
errIgnore=FALSE,
valueOnError=0
)
Arguments¶
The arguments are the same as for getFormulaFromConfig, except that TableName
and RowLookup are inherited from the surrounding runFromConfig call.
Examples¶
See runFromConfig.