The R Project SVN R

Rev

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

Rev 24300 Rev 27625
Line 30... Line 30...
30
 
30
 
31
  \code{assign} does not dispatch assignment methods, so it cannot be
31
  \code{assign} does not dispatch assignment methods, so it cannot be
32
  used to set elements of vectors, names, attributes, etc.
32
  used to set elements of vectors, names, attributes, etc.
33
 
33
 
34
  Note that assignment to an attached list or data frame changes the
34
  Note that assignment to an attached list or data frame changes the
35
  attached copy and not the orginal object: see \code{\link{attach}}.
35
  attached copy and not the original object: see \code{\link{attach}}.
36
}
36
}
37
\value{
37
\value{
38
  This function is invoked for its side effect, which is assigning
38
  This function is invoked for its side effect, which is assigning
39
  \code{value} to the variable \code{x}.  If no \code{envir} is
39
  \code{value} to the variable \code{x}.  If no \code{envir} is
40
  specified, then the assignment takes place in the currently active
40
  specified, then the assignment takes place in the currently active