[R] reserved words documentation
    Robin Hankin 
    r.hankin at auckland.ac.nz
       
    Wed Mar  5 22:23:39 CET 2003
    
    
  
Hello everybody.
Andy Liaw points to:
> 
> Section 10.2.3 in the R Language Manual, as distributed with R.
> 
which lists reserved words.
<quote>
if else repeat while function for in next break
TRUE FALSE NULL NA Inf NaN
.. ..1 ..2
<\quote>
QUESTION: where is  "..1"  documented?
R> help.search("..1")
R> help("...")
don't help, and neither does egrep '\.\.1' R-lang.texi.
Come to think of it, the only place I could find
documentation for "..."  was in Notes on R.  
Where is the best place to look for docs on "..1"  ?
-- 
Robin Hankin, Lecturer, School of Geography and Environmental Science
Tamaki Campus Private Bag 92019 Auckland New Zealand
r.hankin at auckland.ac.nz
tel 0064-9-373-7599 x6820; FAX 0064-9-373-7042
    
    
More information about the R-help
mailing list