Learn R Programming

epiDisplay (version 3.5.0.2)

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

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
# NOT RUN {
data(Oswego)
.data <- Oswego
des(.data) 
# }

Run the code above in your browser using DataLab