str {base} | R Documentation |
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.
str(object,
list.len = 99);