The R Project SVN R

Rev

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

Rev 27447 Rev 27625
Line 63... Line 63...
63
  it can be used to destructively change environments in ways that
63
  it can be used to destructively change environments in ways that
64
  violate assumptions made by the internal C code.  It may be removed
64
  violate assumptions made by the internal C code.  It may be removed
65
  in the near future.
65
  in the near future.
66
 
66
 
67
  \code{is.environment} is generic: you can write methods to handle
67
  \code{is.environment} is generic: you can write methods to handle
68
  of specific classes of objects, see \link{InternalMethods}.
68
  specific classes of objects, see \link{InternalMethods}.
69
}
69
}
70
\seealso{
70
\seealso{
71
  The \code{envir} argument of \code{\link{eval}}.
71
  The \code{envir} argument of \code{\link{eval}}.
72
}
72
}
73
\examples{
73
\examples{