The R Project SVN R

Rev

Rev 27457 | Rev 48662 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27457 Rev 27541
Line 22... Line 22...
22
\seealso{\code{\link{environment}} for creation and manipulation,
22
\seealso{\code{\link{environment}} for creation and manipulation,
23
  \code{\link{search}}.}
23
  \code{\link{search}}.}
24
\examples{
24
\examples{
25
as.environment(1) ## the global environment
25
as.environment(1) ## the global environment
26
identical(globalenv(), as.environment(1)) ## is TRUE
26
identical(globalenv(), as.environment(1)) ## is TRUE
27
try(as.environment("package:stats"))      ## ctest need not be loaded
27
try(as.environment("package:stats"))      ## stats need not be loaded
28
}
28
}
29
\keyword{data}
29
\keyword{data}
30
\keyword{environment}
30
\keyword{environment}