check_libreoffice_export | R Documentation |
Test if 'LibreOffice' can export to PDF. An attempt to export to PDF is made to confirm that the PDF export is functional.
check_libreoffice_export(UserInstallation = NULL)
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." |
a single logical value.
library(locatexec) if(exec_available("libreoffice")){ check_libreoffice_export() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.