DescTools (version 0.99.14)

Str: Compactly Display the Structure of an Arbitrary R Object

Description

Just a wrapper for str with the variables of a data.frame enumerated.

Usage

Str(x, ...)

Arguments

x
any R object about which you want to have some information.
...
all the dots are passed to str.

See Also

str

Examples

Run this code
Str(d.pizza)

Run the code above in your browser using DataCamp Workspace