Resources




Shiny

Shiny is an R package that makes it easy to build interactive web apps straight from R. [Demo]



R Markdown

In a nutshell, R Markdown stands on the shoulders of knitr and Pandoc. The former executes the computer code embedded in Markdown, and converts R Markdown to Markdown. The latter renders Markdown to the output format you want (such as PDF, HTML, Word, and so on). [Demo]