variables {wakefield} | R Documentation |
Available Variable Functions
Description
See a listing of all available variable functions for use in
r_data_frame
or r_list
.
Usage
variables(type = NULL, ncols = 5, ...)
Arguments
type |
The output type. Must be either |
ncols |
The number of columns to use if |
... |
Other arguments passed to |
Value
Returns a character
vector,
matrix
of all variable functions, or a
list
of variable functions by type.
Examples
variables()
variables("list")
variables(TRUE)
names(variables("list"))
variables("ordered factor")
variables("numeric")
variables("matrix")
variables("matrix", ncols=3)
variables("matrix", 1)
variables("matrix", byrow = TRUE)
[Package wakefield version 0.3.6 Index]