This functions starts libreoffice, if it is in the PATH on POSIX systems (tested only on Linux). On Windows, consider using a shortcut including “-accept=socket,host=localhost,port=8100;urp;”.
Create a new libreoffice writer document
rlo_start(file = NULL, title = NULL, dir = ".", template = NULL, open = !is.null(file), overwrite = FALSE, sleep_time = 2) rlo_new(file, title = NULL, dir = ".", template = NULL, overwrite = FALSE, sleep_time = 2)