RMarkdown Examples and Sources

R Markdown is a markup language to make reproducible documents that integrate code (in R, Python, SQL and other languages via R) with layout, text, and data integration. This allows you to automate the data wrangling, analytics, modelling and the creating of effective reports and even interactive websites. The homepage is here.
# The Example Code and Binaries Visualisation
1 R and Python python.Rmd html page
docx document
pdf document
2 PDF article credit_model.Rmd
preamble.tex
r-book_cover.png
bibliography.bib
m_nn.RData
credit_model.pdf
3 Diversity Dashboard with FlexDashboard flexdashboard_diversity.Rmd html dashboard (opens new window)
4 Shiny Example shiny.Rmd the app (opens new window)