[R] How to use multi paragraph comment like /* and */ in cpp?
Pascal Oettli
kridox at ymail.com
Tue Sep 9 05:51:21 CEST 2014
A workaround is to escape the evaluation of the lines. For example:
tt <- 0
while(tt > 0){
cat('rr\n')
}
Regards,
Pascal
On Tue, Sep 9, 2014 at 11:49 AM, PO SU <rhelpmaillist at 163.com> wrote:
>
> Dear expeRts,
> I find it's terrible when i want to comment multi paragraph (e.g. a 30 lines function) , i have to comment each line with #, is there any good way to do that ?
> I investgate it, but found no easy way, may you help me ?
>
>
>
>
>
> --
>
> PO SU
> mail: desolator88 at 163.com
> Majored in Statistics from SJTU
> ______________________________________________
> 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.
--
Pascal Oettli
Project Scientist
JAMSTEC
Yokohama, Japan
More information about the R-help
mailing list