pandoc_convert_docx_plain | R Documentation |
Converts a single DOCX file to plain text format using Pandoc.
pandoc_convert_docx_plain(input, input_wd = ".", output_path, ...)
input |
A character string specifying the DOCX file path relative to |
input_wd |
A character string specifying the input working directory.
Defaults to the current directory ( |
output_path |
A character string specifying the output path for the resulting text file. |
... |
Additional arguments passed to Pandoc. |
Invisible NULL
; the function writes the output directly to a file.
pandoc_convert_multi_docx_plain
# pandoc_convert_docx_plain("example.docx", output_path = "example.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.