The R Project SVN R

Rev

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

Rev 42333 Rev 42947
Line 31... Line 31...
31
}
31
}
32
\section{Warning}{
32
\section{Warning}{
33
  Prior to \R 1.8.0, \code{value} could be a series of non-empty
33
  Prior to \R 1.8.0, \code{value} could be a series of non-empty
34
  expressions separated by commas.  In that case the value
34
  expressions separated by commas.  In that case the value
35
  returned is a list of the evaluated expressions, with names set to
35
  returned is a list of the evaluated expressions, with names set to
36
  the expressions where these are the names of \R objects. That is,
36
  the expressions where these are the names of \R objects.  That is,
37
  \code{a=foo()} names the list component \code{a} and gives it the value
37
  \code{a=foo()} names the list component \code{a} and gives it the value
38
  which results from evaluating \code{foo()}.
38
  which results from evaluating \code{foo()}.
39
 
39
 
40
  This has been deprecated (and a warning is given), as it was never
40
  This has been deprecated (and a warning is given), as it was never
41
  documented in S, and whether or not the list is named differs by S versions.
41
  documented in S, and whether or not the list is named differs by S
-
 
42
  versions.  Supply a (named) list \code{value} instead.
42
}
43
}
43
\seealso{
44
\seealso{
44
  \code{\link{args}} and \code{\link{body}} for accessing the arguments
45
  \code{\link{args}} and \code{\link{body}} for accessing the arguments
45
  and body of a function.
46
  and body of a function.
46
 
47