The R Project SVN R

Rev

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

Rev 42333 Rev 44243
Line 21... Line 21...
21
  classes that extend it represent unevaluated objects, as produced for
21
  classes that extend it represent unevaluated objects, as produced for
22
  example by the parser or by functions such as \code{\link{quote}}.
22
  example by the parser or by functions such as \code{\link{quote}}.
23
}
23
}
24
\usage{
24
\usage{
25
### each of these classes corresponds to an unevaluated object
25
### each of these classes corresponds to an unevaluated object
-
 
26
### in the S language.
26
### in the S language.  The class name can appear in method signatures,
27
### The class name can appear in method signatures,
27
### and in a few other contexts (such as some calls to as()).
28
### and in a few other contexts (such as some calls to as()).
28
 
29
 
29
"("
30
"("
30
"<-"
31
"<-"
31
"call"
32
"call"