Description Usage Arguments Value Author(s)
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.
1 2 |
object |
any R object of class bertin about which you want to have some information. |
... |
potential further arguments (required for Method/Generic reasons). |
str
does not return anything, for efficiency reasons.
The obvious side effect is output to the terminal.
G. Sawitzki
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.