str.bertin: Compactly Display the Structure of an R Object of Class...

Description Usage Arguments Value Author(s)

Description

Compactly display the internal structure of an R object, a diagnostic function and an alternative to summary (and to some extent, dput). Ideally, only one line for each ‘basic’ structure is displayed. It is especially well suited to compactly display the (abbreviated) contents of (possibly nested) lists. The idea is to give reasonable output for any R object. It calls args for (non-primitive) function objects.

strOptions() is a convenience function for setting options(str = .), see the examples.

Usage

1
2
## S3 method for class 'bertin'
str(object,  ...)

Arguments

object

any R object of class bertin about which you want to have some information.

...

potential further arguments (required for Method/Generic reasons).

Value

str does not return anything, for efficiency reasons. The obvious side effect is output to the terminal.

Author(s)

G. Sawitzki


bertin documentation built on May 2, 2019, 5:54 p.m.

Related to str.bertin in bertin...