Skip to content

Instantly share code, notes, and snippets.

@nassimhaddad
Created July 13, 2016 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nassimhaddad/36f64edb7b350e6e1bc9fa99e0cd9661 to your computer and use it in GitHub Desktop.
Save nassimhaddad/36f64edb7b350e6e1bc9fa99e0cd9661 to your computer and use it in GitHub Desktop.
getting openxlsx to work on linux
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