Learn R Programming

RcmdrPlugin.TeachStat (version 1.1.3)

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)

Value

A character vector

Arguments

dataSet

the quoted name of a data frame in memory.

See Also

Examples

Run this code
require(datasets)
listTypesVariables("iris")

Run the code above in your browser using DataLab