R Markdown
Table of Contents
Overview
Reference
```{r chunk_name, option=value, ...}
- Giving a name to a chunk is optional
How-to
Put current date in the YAML meta header howto
Run a livereloaded R Markdown webserver howto
- Use yihui/servr
servr
tries to use make
if Makefile
exists in the working directory.