Created
July 13, 2016 11:35
-
-
Save nassimhaddad/36f64edb7b350e6e1bc9fa99e0cd9661 to your computer and use it in GitHub Desktop.
getting openxlsx to work on linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(openxlsx) | |
Sys.setenv(R_ZIPCMD= "/usr/bin/zip") | |
openxlsx::write.xlsx(res, "mytable.xlsx", row.names = FALSE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment