title | subtitle | author | job | framework | highlighter | hitheme | widgets | mode |
---|---|---|---|---|---|---|---|---|
Test of slidify |
allan just |
io2012 |
highlight.js |
tomorrow |
selfcontained |
library(ggplot2)
ggplot(mtcars, aes(hp, mpg)) + geom_point()
paste("this is a test")
## [1] "this is a test"