des {epiDisplay}R 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@gmail.com

See Also

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

Examples

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

[Package epiDisplay version 3.5.0.2 Index]