Subscribe to Vincent Granville's Weekly Digest:

RExcel is an addin for Microsoft Excel. It allows access to the statistics package R from within Excel.

The main features are:

  • Data transfer (matrices and data frames) between R and Excel in both directions
  • Running R code directly from Excel ranges
  • Writing macros calling R to perform calculations without exposing R to the user
  • Calling R functions directly from cell formulas, using Excel's autoupdate mechanism to trigger recalculation by R
  • Using Excel as a GUI for R, making R functionality accessible through menus and dialog boxes instead of a command line oriented programming style. Using this paradigm, the widely used GUI package R Commander is available as an Excel menu bar.
  • Installed using the package RExcelInstaller from CRAN

RExcel only works on Microsoft Windows (XP, Vista or 7) and with Excel 2003, 2007, 2010, but only in the 32-bit version. It uses the statconnDCOM (available from the same site as RExcel) server and for certain configurations additionally the rcom package (available from CRAN) to access R from within Excel.

(extract from Wikipedia)

Views: 961

Reply to This

Replies to This Discussion

I had problems with data being imported correctly directly from Excel, so I gave up on using it.  Now, I try to stick to csv files for import. 

-Ralph Winters

I have concerns about the reliability factor, also, in the age of big data, I feel that you need a solution which scales better.

Power pivoting data from a server through excel and analysing it using R syntax but with the script run on the server would be a more powerful model, but I don't know of a solution that does this.

I have a single txt file contains 8 million records, can I import into R and perform analysis? If it possible please share the procedure/protocol.

 

Thanks,

Ravi

RSS

Follow us

© 2013   AnalyticBridge.com is a subsidiary and dedicated channel of Data Science Central LLC

Badges  |  Report an Issue  |  Terms of Service