What is a neat command line equivalent to RStudio\'s Knit HTML? Given an .Rmd file, you can use RStudio to knit .html, .docx and
.Rmd
.html
.docx
rmarkdown::render("test.Rmd", "html_document")