Print summary of knitrContainer
object.
# S3 method for knitrContainer
summary(object, n = 100, preview = 40, units = "Kb", ...)
knitrContainer
object.
Either the number of rows (objects) to display or numbers of
the first and the last row c(from, to)
to display.
Default n = 100
.
number of characters to be previewed in summary. Default is 40.
the units to be used in formatting and printing the size.
Allowed values for the different standard
s are
standard = "legacy"
:"b"
, "Kb"
, "Mb"
, "Gb"
, "Tb"
, "Pb"
,
"B"
, "KB"
, "MB"
, "GB"
, "TB"
and "PB"
.
standard = "IEC"
:"B"
, "KiB"
, "MiB"
, "GiB"
,
"TiB"
, "PiB"
, "EiB"
, "ZiB"
and "YiB"
.
standard = "SI"
:"B"
, "kB"
, "MB"
, "GB"
, "TB"
,
"PB"
, "EB"
, "ZB"
and "YB"
.
For all standards, unit = "auto"
is also allowed.
If standard = "auto"
, any of the "legacy" and IEC
units are allowed.
See ‘Formatting and printing object sizes’ for details.
arguments to be passed to or from other methods.
Other knitrContainer
functions:
Join()
,
add_as_heading()
,
add_as_
,
as.knitrContainer()
,
knitrContainer-class
,
print_all()
,
print()
# Find examples in link `knitrContainer-class`