[R] Block comments in R?
Martin Maechler
maechler at stat.math.ethz.ch
Fri Oct 6 13:46:03 CEST 2006
>>>>> "Stefano" == Stefano Calza <stecalza at tiscali.it>
>>>>> on Fri, 6 Oct 2006 12:55:38 +0200 writes:
Stefano> And of course in emacs you can select the region to comment then hit
Stefano> Ctrl-x r t and type #: all the lines in that region will have a # at the
Stefano> beginnig
Stefano> To uncomment Ctrl-x r d
well, if we really talk emacs --- we shouldn't here --
you definitely should learn to use M-;
It does use "##" in ESS (as you should for "full line comments")
Martin
Stefano> Stefano
More information about the R-help
mailing list