In R I am trying to save an Excel workbook as a binary worksheet (.xlsb) instead of the standard (.xlsx or .xls) method. Using packages like openxlsx or xlsx do not work because they do not convert the file into binary format. I have been digging and found the package excel.link but it keeps crashing my R session and doesn't seem to work in a timely manner.
Does anyone know of a method to achieve this?