[R] Putting an array from excel into R Studio

2013-02-11 Thread Nick Duncan
Dear All, I have been using RExcel for some time and find two features especially useful: i) The ability to select part of a worksheet and put it into R ii) The way of viewing the code, the output and the alerts in separate panes. The rest of R Excel I don't really use. The major benefit for me

Re: [R] Putting an array from excel into R Studio

2013-02-11 Thread Gene Leynes
This doesn't answer your question, but you may find some of my functions useful: https://github.com/geneorama/geneorama/blob/master/R/clipper.R https://github.com/geneorama/geneorama/blob/master/R/clipped.R You can quickly get stuff from Excel using the clipboard using clipped(). I also added