The output type. Must be either NULL (returns a
character vector), "matrix", or "list"; or the user may extract
a specific type from a list using:
"character", "date", "factor", "integer",
"logical", "numeric", "ordered factor". Setting
type = TRUE will also return a list.
The list version breaks the variable functions into
classes. Specifying a specific class (e.g., type = "numeric" will
list only variable functions that yield a numeric output.
ncols
The number of columns to use if type = "matrix".
...
Other arguments passed to matrix.
Value
Returns a character vector,
matrix of all variable functions, or a
list of variable functions by type.