r2excel icon indicating copy to clipboard operation
r2excel copied to clipboard

Read, write and format Excel files using R

Results 10 r2excel issues
Sort by recently updated
recently updated
newest added

Hi Can someone help me for the installation errors? I have window 10 and just installed the new JAVA but still cannot install this package. Thanks! > library(devtools) > install_github("kassambara/r2excel")...

I am exporting some code to excel using your very helpful package, and trying to do it to 1 workbook over 3 sheets. However to do this I have repeated...

Hello. I'm trying to create an excel sheet using r2excel package. But when I try to add a paragraph at the end of the sheet, after adding a table, it...

``` > install_github("kassambara/r2excel") Downloading GitHub repo kassambara/r2excel@master ✔ checking for file ‘/private/var/folders/w5/l4gkl0p93wbgch51gnq7khm00000gn/T/RtmpHsU9t7/remotes36766a7fa1aa/kassambara-r2excel-4144fc5/DESCRIPTION’ ... ─ preparing ‘r2excel’: ✔ checking DESCRIPTION meta-information ... ─ checking for LF line-endings in source and make...

I have been trying to install this package to R and have been getting the following error: `devtools::install_github("kassambara/r2excel") Downloading GitHub repo kassambara/r2excel@master from URL https://api.github.com/repos/kassambara/r2excel/zipball/master Installing r2excel "C:/PROGRA~1/R/R-34~1.4/bin/x64/R" --no-site-file --no-environ...

Hi, I copied and pasted your code in order to test it out on my instance of RStudio but continue to get a "could not find function "xlsx.addHeader"". Is there...

At first thanks a lot for this amazing package. `library("r2excel")` `filename

I found it useful to enable column widths vary across columns and row fills vary cross rows, especially when I want to format the table based on some specific values...

make use of `startRow` parameter in xlsx.readFile