Is 'docx2pdf' available
Checks if 'docx2pdf' is available within a given 'python' distribution.
docx2pdf_available(error = FALSE)
error |
Whether to signal an error if 'docx2pdf' is not found |
a single logical value.
Other tools for docx2pdf:
docx2pdf_install()
,
docx2pdf_uninstall()
,
docx2pdf()
library(locatexec) if(exec_available("python") && exec_version("python") > numeric_version("3")) { docx2pdf_available() }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.