Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

check_libreoffice_export

Check if PDF export is functional


Description

Test if 'LibreOffice' can export to PDF. An attempt to export to PDF is made to confirm that the PDF export is functional.

Usage

check_libreoffice_export(UserInstallation = NULL)

Arguments

UserInstallation

use this value to set a non-default user profile path for "LibreOffice". If not provided a temporary dir is created. It makes possibles to use more than a single session of "LibreOffice."

Value

a single logical value.

Examples

library(locatexec)
if(exec_available("libreoffice")){
  check_libreoffice_export()
}

doconv

Document Conversion to 'PDF' or 'PNG'

v0.1.2
MIT + file LICENSE
Authors
David Gohel [aut, cre], ArData [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.