On Wed, Dec 01, 2010 at 07:12:37PM -0500, David Winsemius wrote:
...
> One of the workarounds... the one I remember anyway...  has been to  
> insert:
> 
> if(FALSE) {
> stuff your don't want executed
>          }
> 

Switching a block of code off/on with editing a single character
may be done using 0/1 instead of FALSE/TRUE.

Petr Savicky.

______________________________________________
R-help@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.

Reply via email to