summary.overview: Summarizing overview information

View source: R/overview.R

summary.overviewR Documentation

Summarizing overview information

Description

print and summary method for "overview" class.

Usage

## S3 method for class 'overview'
summary(object, html = FALSE, ...)

Arguments

object

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

html

logical. whether to send summary results to html. The default is FALSE, which prints to the R console.

...

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


ov <- overview(jobchange)
ov

summary(ov)



dlookr documentation built on July 9, 2023, 6:31 p.m.