Knitting automated reports with R Markdown
R Markdown Automation
R Markdown is a simple markup language based based on Markdown, with added functionality for including R code and its output. This entire blog is written as R Markdown documents. I write the text and code in R Markdown, then:
Run all the R code and knit the input and output together into a regular Markdown file. Knit that Markdown file into a static HTML page Run the Hugo program, which in a few fractions of a second turns that folder full of HTML pages (together with a few configuration files) into a fully functioning website with homepage, tags, menus etc.
Read more...