I think you need to revisit the suggestion of how to use Tinn-R to ensure you are doing it properly. If its R code then if(FALSE) has already been mentioned as an alternative and another possibility is just enclose it in double quotes (or if there are double quotes in the passage then in single quotes):
f <- function(x) { " here are some comments of mine" x+1 } On Wed, Feb 11, 2009 at 3:32 AM, <mihai.mira...@bafin.de> wrote: > > Hi everybody, > > I use for the moment "#" at the begining of each line for comments. > > Is there any possibility to comment more than one line, like something which > shows the beggingng and the end of the comment? Or is there a possibility to > comment only a part of a line? > > Thanks, > > Mihai > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. > ______________________________________________ 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.