gorkang / html2latex

Convert sjPlot::tab_model() html tables to tex and pdf
Other
14 stars 4 forks source link

Windows integration #5

Closed gorkang closed 3 years ago

gorkang commented 3 years ago

system2(soffice, paste0("--convert-to odt ", filename))

Need to have Java installed (e.g. https://www.java.com/en/download/manual.jsp) system2("PATH\w2l.bat", "temp.odt")

gorkang commented 3 years ago

First pass at automatic OS detection implemented. Most functionality should work on Windows.