Does anyone know of a gui for R that has "regions" i.e areas of code
in a
script that can be named and hopefully run as a section?
@region Init
library(whatever)
myprint<-function(...){print(...)}
@endregion
--
View this message in context:
http://n4.nabble.com/GUI-IDE-tp1745858p1745858.html
Sent from the R help mailing list archive at Nabble.com.
Emacs allows you run regions. Not sure about naming them.... Peter ManInMoon wrote:> Does anyone know of a gui for R that has "regions" i.e areas of code in a > script that can be named and hopefully run as a section? > > @region Init > library(whatever) > myprint<-function(...){print(...)} > @endregion > > > > > >