Skip to content
Prev 68359 / 398506 Next

if(foo == TRUE) .. etc

On Fri, 22 Apr 2005, bogdan romocea wrote:

            
Allowing T and F to be used as variables is deliberate. R CMD check will 
check to see if you use T and F without defining them, which catches most 
examples.  This is done using makeActiveBinding, see the help to find out 
how you can use it yourself.

 	-thomas