Learn R Programming

SoDA (version 1.0-6.1)

showEnv: A decent method to show or print enviornments

Description

Interprets the "name" attribute, if any, of the environment similarly to the default print method, but spares the reader the redundant and unreadable attributes themselves.

Usage

showEnv(x)

Arguments

x

Either an environment or something as.environment() will turn into one.

Value

the environment, invisibly.