Last data update: 2014.03.03

R: Desription of a data frame or a variable
desR Documentation

Desription of a data frame or a variable

Description

Description of a data frame or a variable or wildcard for variable names

Usage

des(dataFrame)

Arguments

dataFrame

a data frame

Details

The variable names will be listed with class and the description of each variable

Author(s)

Virasakdi Chongsuvivatwong <cvirasak@medicine.psu.ac.th>

See Also

'summ', 'label.var', 'subset' and 'keepData'

Examples

data(Oswego)
.data <- Oswego
des(.data) 

Results