Str {DescTools} | R Documentation |
Compactly Display the Structure of any R Object
Description
Basically a wrapper for str()
, extended with an enumeration for the variables of a data.frame.
Usage
Str(x, ...)
Arguments
x |
any |
... |
dots are passed to |
Author(s)
Andri Signorell <andri@signorell.net>
See Also
Examples
Str(d.pizza)
[Package DescTools version 0.99.55 Index]