Learn R Programming

dlookr (version 0.4.5)

summary.overview: Summarizing overview information

Description

print and summary method for "overview" class.

Usage

# S3 method for overview
summary(object, ...)

Arguments

object

an object of class "overview", usually, a result of a call to overview().

...

further arguments passed to or from other methods.

Details

summary.overview() tries to be smart about formatting 14 information of overview.

See Also

overview, plot.overview.

Examples

Run this code
# NOT RUN {
ov <- overview(jobchange)
ov

summary(ov)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab