Str: Compactly Display the Structure of any R Object

View source: R/DescTools.r

StrR 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 R object about which you want to have some information.

...

dots are passed to str.

Author(s)

Andri Signorell <andri@signorell.net>

See Also

str

Examples

Str(d.pizza)

DescTools documentation built on Nov. 20, 2023, 5:08 p.m.