The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 127... Line 127...
127
  in the near future.
127
  in the near future.
128
 
128
 
129
  The replacement form of \code{environment}, \code{is.environment},
129
  The replacement form of \code{environment}, \code{is.environment},
130
  \code{baseenv}, \code{emptyenv} and \code{globalenv} are
130
  \code{baseenv}, \code{emptyenv} and \code{globalenv} are
131
  \link{primitive} functions.
131
  \link{primitive} functions.
132
  
132
 
133
  System environments, such as the base, global and empty environments,
133
  System environments, such as the base, global and empty environments,
134
  have names as do the package and namespace environments and those
134
  have names as do the package and namespace environments and those
135
  generated by \code{attach()}.  Other environments can be named by
135
  generated by \code{attach()}.  Other environments can be named by
136
  giving a \code{"name"} attribute, but this needs to be done with care
136
  giving a \code{"name"} attribute, but this needs to be done with care
137
  as environments have unusual copying semantics.
137
  as environments have unusual copying semantics.