Description
This function provides the list of variable names in the defaultColumnStyle but it is possible to override with another style.
Usage
varNames(x, style, addNames)
Arguments
Argument | Description |
---|---|
x |
the form id, form schema, form tree, or remote records object. |
style |
a column style object. |
addNames |
if TRUE will name the vector. Used internally to create column selection objects for queryTable . Typically a helper function such as prettyColumns should be used to create columns. |