The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 77896
Line 30... Line 30...
30
  }
30
  }
31
}
31
}
32
\value{
32
\value{
33
  The corresponding environment object.
33
  The corresponding environment object.
34
}
34
}
35
\note{
35
\details{
36
  This is a \link{primitive} function.
36
  This is a \link{primitive} generic function: you can write methods to
-
 
37
  handle specific classes of objects, see \link{InternalMethods}.
37
}
38
}
38
\author{ John Chambers }
39
\author{ John Chambers }
-
 
40
\seealso{
39
\seealso{\code{\link{environment}} for creation and manipulation,
41
  \code{\link{environment}} for creation and manipulation,
-
 
42
  \code{\link{search}};
40
  \code{\link{search}}; \code{\link{list2env}}.
43
  \code{\link{list2env}}.
41
}
44
}
42
\examples{
45
\examples{
43
as.environment(1) ## the global environment
46
as.environment(1) ## the global environment
44
identical(globalenv(), as.environment(1)) ## is TRUE
47
identical(globalenv(), as.environment(1)) ## is TRUE
45
try( ## <<- stats need not be attached
48
try( ## <<- stats need not be attached