listTypesVariables {RcmdrPlugin.TeachStat} | R Documentation |
List of variables and types of a Data Frame
Description
listTypesVariables
returns a vector with the names and types of the variables of a data frame.
Usage
listTypesVariables(dataSet)
Arguments
dataSet |
the quoted name of a data frame in memory. |
Value
A character vector
See Also
Examples
require(datasets)
listTypesVariables("iris")
[Package RcmdrPlugin.TeachStat version 1.1.3 Index]