On 10/9/2006 12:50 PM, Michael Jerosch-Herold wrote: > Dear readers: > > I like very much how one can hightlight R-code sections in Tinn-R and send > them to R for execution. Is there an editor for the Mac that similarly allows > you to highlight code and send it to the R-console?
There's the built-in one in R.app: Command-return submits the selected text to the console. It also knows about offering arg list hints in the frame. Duncan Murdoch ______________________________________________ R-help@stat.math.ethz.ch 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.