Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created May 17, 2013 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/5596238 to your computer and use it in GitHub Desktop.
Save ramnathv/5596238 to your computer and use it in GitHub Desktop.
Slides from Code Chunks
---
title: Slides from Chunks
mode: draft
---
```{r results = 'asis', comment = NA, echo = F}
for (i in 1:5){
cat(paste('## Slide', i, '\n\n---\n\n', collapse = '\n'))
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment