Skip to content
Prev 157089 / 398506 Next

How can I comment out whole chunks of code?

just a thought: you might want to have a look at the brew package (R- 
forge). Instead of source()ing the document in the R console, you'd  
use brew(). By default, any text is considered a comment, only lines  
contained between <% %> will be run as R code.


baptiste
On 24 Sep 2008, at 21:03, Mark Na wrote: