listTypesVariables {RcmdrPlugin.TeachStat} | 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
require(datasets)
listTypesVariables("iris")