Hi. I'm looking to illustrate using RStudio Cloud as a data cleaning interface for people in companies where IT won't let them install RStudio. Relatively easy to get data in, how do I get final data out in different formats? write.xlsx() from {openxlsx} and export() from {rio} both produce the error below, although write.csv() works OK. Any advice please?
Error: zipping up workbook failed. Please make sure Rtools is installed or a zip application is available to R.
Try installr::install.rtools() on Windows. If the "Rtools\bin" directory does not appear in Sys.getenv("PATH") please add it to the system PATH
or set this within the R session with Sys.setenv("R_ZIPCMD" = "path/to/zip.exe")
Thanks, James