[FORGED] Export R output in Excel
Well, my few cents again. the packages openxslx and xlsx allow to write dataframes as Excel sheets. (xlsx is Java based, so it has more requirements to run than openxlsx, which is just C++ based) On Windows, R tools for Visual Studio allows Excel export. For Windows, there also is our Excel add-in RExcel allowing to use R from within Excel, and the R package rcom which also allows to interact with Excel from R (more than just writing Excel workbooks). Our products (rcom and RExcel), however, are not unter a FOSS license. And a more general remark: There are a lot of things where R is a much better choice than Excel, but there are a few things where it really makes sense to use spreadsheets. Spreadsheets offer a totally different paradigm to work with data, or more generally, numbers and formulas. One can interact with the data directly, not hide them behind variable names. And, the interaction is haptic, gesture based, not expressed as a language. Rearranging the layout of a pivot table by dragging variable ?blocks? is very intuitive and something which R itself doe not offer (in fact, I wrote an add-in for R Commander to implement it). Of course, Excel is not a good chice for a polished reproducible workflow. But I think quite a few people (including me), when starting a new project, are not ready immediately to set up this ?perfect? workflow, and it is much easier to experiment with the data with a spreadsheet based interface. For me, working with spreadsheets is more like improvising some Jazz, and writing R code is like writing a score for a composition.
On 29 Dec 2016, at 00:15, Rolf Turner <r.turner at auckland.ac.nz> wrote: On 29/12/16 10:45, Bryan Mac wrote:
Hi, How do I export results from R to Excel in a format-friendly way? For example, when I copy and paste my results into excel, the formatting is messed up.
Short answer: *Don't*. ("Friends don't let friends use excel for statistics.")
Longer answer: Googling on "export R data to excel" yields lots of "useful" hits --- "useful" given the (false) assertion that it is useful to export things to excel.
cheers,
Rolf Turner
--
Technical Editor ANZJS
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.