tleonardi / rmd2html

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 to convert the Rmd files to produce md files and figures.
  2. Run 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

A sample output file is available here

About

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

License:MIT License