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