r2excel icon indicating copy to clipboard operation
r2excel copied to clipboard

Read, write and format Excel files using R

r2excel

r2excel is an R package containing an easy to use functions to read, write and format excel files (Excel 2007 and Excel 97/2000/XP/2003).

Installation

install.packages("devtools")
library(devtools)
install_github("kassambara/r2excel")

Geting started

Find out more at http://www.sthda.com/english/wiki/r2excel/