listTypesVariables | R Documentation |
listTypesVariables
returns a vector with the names and types of the variables of a data frame.
listTypesVariables(dataSet)
dataSet |
the quoted name of a data frame in memory. |
A character vector
names
require(datasets)
listTypesVariables("iris")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.