| variables | R Documentation |
See a listing of all available variable functions for use in
r_data_frame or r_list.
variables(type = NULL, ncols = 5, ...)
type |
The output type. Must be either |
ncols |
The number of columns to use if |
... |
Other arguments passed to |
Returns a character vector,
matrix of all variable functions, or a
list of variable functions by type.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.