powered by
Read Word document with R code blocks, evaluate them and writes the result into another Word document.
renderInlineCode(docxIn, docxOut, debug = F)
String of length one; path to Word file with R code blocks.
String of length one; path for output Word file.
Boolean of length one; If True then browser() is called at the beginning of the function
True
browser()
Path to the rendered Word file if the operation was successfull.
# NOT RUN { renderInlineCode( paste(examplePath(),'templates/template1.docx',sep = ''), paste(tempdir(),'/result1.docx',sep = '')) # }
Run the code above in your browser using DataLab