check_libreoffice_export {doconv} | R Documentation |
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()
}
[Package doconv version 0.3.2 Index]