pandoc_convert_multi_docx_md | R Documentation |
This function processes multiple DOCX files, converting each to a Markdown format using Pandoc. It operates on vectors of input and output paths, converting each file in sequence.
pandoc_convert_multi_docx_md(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 Markdown files. |
... |
Additional arguments passed to |
Invisible NULL
. The function is used for its side effects (file creation).
pandoc_convert_docx_md
## TODO
# pandoc_convert_multi_docx_md(c("doc1.docx", "doc2.docx"), output_path = c("out1.md", "out2.md"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.