Skip to contents

return the full path of 'LibreOffice' executable if found.

Usage

libreoffice_exec()

Value

executable full path in a character vector of length 1.

Examples

if(exec_available("libreoffice")) {
  message(libreoffice_exec())
}