Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 632 Bytes

index.md

File metadata and controls

39 lines (25 loc) · 632 Bytes
title subtitle author job framework highlighter hitheme widgets mode
Test of slidify
allan just
io2012
highlight.js
tomorrow
selfcontained

My first content slide

library(ggplot2)
ggplot(mtcars, aes(hp, mpg)) + geom_point()

plot of chunk unnamed-chunk-1


The next slide

paste("this is a test")
## [1] "this is a test"