pandoc_convert_multi_docx_plain | R Documentation |
Converts several DOCX files to plain text, processing each file in the provided vectors of input and output paths.
pandoc_convert_multi_docx_plain(input, input_wd = ".", output_path, ...)
input |
A character vector of DOCX file paths relative to |
input_wd |
A character string specifying the input working directory.
Defaults to the current directory ( |
output_path |
A character vector of output paths for the resulting text files. |
... |
Additional arguments passed to |
Invisible NULL
; the function is used for its side effects (file creation).
pandoc_convert_docx_plain
# pandoc_convert_multi_docx_plain(c("doc1.docx", "doc2.docx"), output_path = c("out1.txt", "out2.txt"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.