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