summary.overview | R Documentation |
print and summary method for "overview" class.
## S3 method for class 'overview'
summary(object, html = FALSE, ...)
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. |
summary.overview() tries to be smart about formatting 14 information of overview.
overview
, plot.overview
.
ov <- overview(jobchange)
ov
summary(ov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.