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

[EMAIL PROTECTED]
tel 0064-9-373-7599 x6820; FAX 0064-9-373-7042

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to