An open API service indexing awesome lists of open source software.

https://github.com/tleonardi/rmd2html

Workflow that converts Rmd files in a nicely formatted html page using twitter bootstrap
https://github.com/tleonardi/rmd2html

Last synced: 5 months ago
JSON representation

Workflow that converts Rmd files in a nicely formatted html page using twitter bootstrap

Awesome Lists containing this project

README

          

# Rmd2html
This repo contains a set of scripts that turn a set of Rmd files into a beautiful, fluid html page that uses twitter bootstrap.
The worflow is the following:

1. Run [Knitr](http://yihui.name/knitr/) to convert the Rmd files to produce md files and figures.
2. Run [pandoc](http://johnmacfarlane.net/pandoc/) to oncatenate the md files and convert them to html.

Pandoc uses a custom template the nicely renders the md files in a fluid html page using twitter [Bootstrap](http://getbootstrap.com/)

A sample output file is available [here](https://rawgit.com/tleonardi/rmd2html/master/report/report.html)