Learn R Programming

RcmdrPlugin.TeachStat (version 1.1.0)

listTypesVariables: 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

names

Examples

Run this code
# NOT RUN {
require(datasets)
listTypesVariables("iris")
# }

Run the code above in your browser using DataLab