DescTools (version 0.99.37)

Str: 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.

See Also

str

Examples

Run this code
# NOT RUN {
Str(d.pizza)
# }

Run the code above in your browser using DataLab