Skip to content
Back to formatted view

Raw Message

Message-ID: <4B01E118.9030302@stats.uwo.ca>
Date: 2009-11-16T23:32:40Z
From: Duncan Murdoch
Subject: Where are usages like "== 2L" documented?
In-Reply-To: <C72748E6.20D56%hanson@depauw.edu>

Bryan Hanson wrote:
> Gurus:
>
> I keep seeing other people?s code that contain ideas like
>
> If (x == 2L)
> X[-1L]
> X - 1L
>
> I have some idea of what?s going on, but where is the use of concepts like
> ?2L? documented?
>   

In the R Language Definition manual.  In this case, look in section 
3.1.1, "Constants".

Duncan Murdoch

> Thanks, Bryan
> *************
> Bryan Hanson
> Acting Chair
> Professor of Chemistry & Biochemistry
> DePauw University, Greencastle IN USA
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>