str1 {Nmisc}R Documentation

High level overview of the structure of an R object

Description

str1() is a wrapper around str which sets maximal level of nesting to 1, while str2() sets maximal level of nesting to 2.

Usage

str1(x)

str2(x)

Arguments

x

An R object

Value

Does not return anything.

See Also

str


[Package Nmisc version 0.3.7 Index]