Convert all files in the current working directory of one type into another type using Pandoc.
PandocAll(intype = "docx", outtype = "html")
Files will be created in the current working directory. CRAN policy says you must have been informed that this is happening. This help file is your warning.
File formats denoted using the standard extensions.
A. Jonathan R. Godfrey
This will over-write existing files. It was intended to take MS Word files and convert to HTML, but other conversions are possible. See the pandoc documentation for full details.
Extensive guidance on using pandoc is available