View source: R/variable-classes.R
variable_classes2 | R Documentation |
Get information about the inputs variable names and classes.
variable_classes2(data, simplify = TRUE)
data |
A data.frame or a list. |
simplify |
Logical. If set to TRUE the return value is turned into a character vector. |
A named character vector.
Vector-elements: The class of every variable of data
.
Vector-names: The name of every variable of data
.
variable_classes2(data = mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.