Welcome to the R Study Group's R Utility Belt!
This repo is for the Intro to Rmarkdown lesson.
Libraries used include:
library(readr)
library(gplots)
library(VennDiagram)
library(plyr)
library(dplyr)
library(knitr)
library(ggplot2)
library(reshape2)
library(rmarkdown)
Please grab the .Rmd and .txt files to follow along!
Further Resources:
For markdown: https://gist.github.com/dupuy/1855764
Knitr options: http://yihui.name/knitr/options/
And for more interactive documents: http://ggvis.rstudio.com/cookbook.html and http://shiny.rstudio.com/articles/interactive-docs.html.