Revision 9e5b9bb8a0564f8bf629df4ca5e96d3078f50363 authored by jmc on 14 July 2008, 00:00:00 UTC, committed by Gabor Csardi on 14 July 2008, 00:00:00 UTC
1 parent a3b36b1
Raw File
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