sstr: Object structure string.

Description Usage Arguments Value See Also

Description

Provide internal _str_ucture of an R object as a returned string.

Usage

1
sstr(obj, ..., .name = FALSE, .newline = FALSE)

Arguments

obj

Any R object.

...

Arguments passed on to str.

.name

Provide obj's variable name (as passed when sstr was called)? (Adds an additional line to the output.)

.newline

Trail the returned string with a newline character?

Value

A string capturing the results of str(obj, ...).

See Also

str.


mmuurr/zzz documentation built on May 14, 2019, 12:46 p.m.

Related to sstr in mmuurr/zzz...