Description Usage Arguments Details Value See Also Examples
Get the variable names or types for a RevScaleR data source
1 2 3 4 5 6 7 8 9 10 11 12 13 |
x |
A data source object, or tbl wrapping the same. |
These are simple wrappers around the names
and rxGetVarInfo
functions. The names<-
function allows renaming variables inside an Xdf file; however, the recommended method is to use the rename
verb instead.
For tbl_vars
, a character vector of variable names; for tbl_types
, a named vector giving the types of each variable.
tbl_vars
in package dplyr,
rxGetInfo
, rxGetVarInfo
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.