library(rmarkdown)
library(knitr)
args = commandArgs(trailingOnly=TRUE)
render(args[1], output_file=args[2], output_format="word_document")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.