View source: R/mod_additional_info.R
word_to_markdown | R Documentation |
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.
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.
#ADD LATER
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.