knitr::opts_chunk$set(echo = FALSE)
In the MS Word document, the following modifications must be made in the 'Modify Style' menu:
After these tweaks, the ‘Heading 5’ style will no longer format a heading of level 5. Instead it will insert a very small and white (and, thus, invisible) line followed by a page break.
Now knit this doc, and edit the styles in the resulting docx file. Then rename as 'template' and use this in the yml:
output: word_document: reference_docx: templates/template.docx
Don't forget line numbers for JAS! Headings are bold, underline, nothing. And Arial Narrow 10pt for tables.
See here for more information: http://rmarkdown.rstudio.com/articles_docx.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.