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

docx2pdf_available

Is 'docx2pdf' available


Description

Checks if 'docx2pdf' is available within a given 'python' distribution.

Usage

docx2pdf_available(error = FALSE)

Arguments

error

Whether to signal an error if 'docx2pdf' is not found

Value

a single logical value.

See Also

Other tools for docx2pdf: docx2pdf_install(), docx2pdf_uninstall(), docx2pdf()

Examples

library(locatexec)

if(exec_available("python") &&
   exec_version("python") > numeric_version("3")) {
  docx2pdf_available()
}

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.