listTypesVariables: List of variables and types of a Data Frame

View source: R/utilities.R

listTypesVariablesR 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

names

Examples

require(datasets)
listTypesVariables("iris")

RcmdrPlugin.TeachStat documentation built on Nov. 14, 2023, 5:08 p.m.