The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 34... Line 34...
34
  evaluation frame of the function when it exits (including during
34
  evaluation frame of the function when it exits (including during
35
  standard error handling).  Thus any functions or variables in the
35
  standard error handling).  Thus any functions or variables in the
36
  expression will be looked for in the function and its environment at
36
  expression will be looked for in the function and its environment at
37
  the time of exit: to capture the current value in \code{expr} use
37
  the time of exit: to capture the current value in \code{expr} use
38
  \code{\link{substitute}} or similar.
38
  \code{\link{substitute}} or similar.
39
  
39
 
40
  This is a \sQuote{special} \link{primitive} function: it only
40
  This is a \sQuote{special} \link{primitive} function: it only
41
  evaluates the argument \code{add}.
41
  evaluates the argument \code{add}.
42
}
42
}
43
\value{
43
\value{
44
  Invisible \code{NULL}.
44
  Invisible \code{NULL}.
Line 49... Line 49...
49
  Wadsworth & Brooks/Cole.
49
  Wadsworth & Brooks/Cole.
50
}
50
}
51
\seealso{
51
\seealso{
52
  \code{\link{sys.on.exit}} which returns the expression stored for use
52
  \code{\link{sys.on.exit}} which returns the expression stored for use
53
  by \code{on.exit()} in the function in which \code{sys.on.exit()} is
53
  by \code{on.exit()} in the function in which \code{sys.on.exit()} is
54
  evaluated.  
54
  evaluated.
55
}
55
}
56
\examples{
56
\examples{
57
require(graphics)
57
require(graphics)
58
 
58
 
59
opar <- par(mai = c(1,1,1,1))
59
opar <- par(mai = c(1,1,1,1))