The R Project SVN R

Rev

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

Rev 61150 Rev 61433
Line 16... Line 16...
16
\arguments{
16
\arguments{
17
  \item{x}{ An expression to be evaluated. }
17
  \item{x}{ An expression to be evaluated. }
18
}
18
}
19
\details{
19
\details{
20
  The argument is evaluated in the caller's context.
20
  The argument is evaluated in the caller's context.
21
  
21
 
22
  This is a \link{primitive} function.
22
  This is a \link{primitive} function.
23
}
23
}
24
\value{
24
\value{
25
  \item{value }{The value of \code{x} after evaluation.}
25
  \item{value }{The value of \code{x} after evaluation.}
26
  \item{visible }{logical; whether the value would auto-print.}
26
  \item{visible }{logical; whether the value would auto-print.}