Learn R Programming

doconv (version 0.3.2)

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)

Value

a single logical value.

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."

Examples

Run this code
library(locatexec)
if(exec_available("libreoffice")){
  check_libreoffice_export()
}

Run the code above in your browser using DataLab