Learn R Programming

epiDisplay (version 3.7.0.0)

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

Author

Virasakdi Chongsuvivatwong cvirasak@gmail.com

Details

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

See Also

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

Examples

Run this code
data(Oswego)
.data <- Oswego
des(.data) 

Run the code above in your browser using DataLab