Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 369 Bytes

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/