Description Usage Arguments Value Examples
View source: R/displayDocument.R
This function converts a word document to a markdown file. If output path is NULL (as default), the function will save this to a temporary path.
1 | word_to_markdown(file, output = NULL)
|
file |
The path to your .docx file. |
output |
The path to save your new markdown file |
The same file as a Markdown document.
1 | #ADD LATER
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.