swh:1:snp:a4c99a50dc49f82b591f268001b320f8c3ca0041
Raw File
Tip revision: dc000f2a5f006d137f66716b086025d618bf8306 authored by John M Chambers on 14 July 2008, 00:00:00 UTC
version 1.0-5
Tip revision: dc000f2
showEnv.Rd
\name{showEnv}
\alias{showEnv}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{A decent method to show or print enviornments }
\description{
Interprets the \code{"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{
  \item{x}{Either an environment or something \code{\link{as.environment}()} will turn into one. }
}
\value{
  the environment, invisibly.
}
\keyword{programming}
back to top