descr (version 1.1.4)

descr: Summary of an object

Description

Wrapper for the function summary of base package, including information about variable label. The function prints the label attribute of the object and, then, invokes summary(object). If the object is a data frame, the function prints the label and invokes summary for each variable in the data frame.

Usage

descr(x)

Arguments

x

The object to be described.

Value

Null.

See Also

summary