View source: R/renderInlineCode.R
renderInlineCode | R Documentation |
Read Word document with R code blocks, evaluate them and writes the result into another Word document.
renderInlineCode(docxIn, docxOut, debug = F)
docxIn |
String of length one; path to Word file with bookmarks OR officer::rdocx object |
docxOut |
String of length one; path for output Word file or NA |
debug |
Boolean of length one; If |
Path to the rendered Word file if the operation was successfull OR officer::rdocx object if docxOut is NA
renderInlineCode( paste(examplePath(),'templates/template1.docx',sep = ''), paste(tempdir(),'/result1.docx',sep = ''))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.