I have the following R Markdown script called test.Rmd:
test.Rmd
--- params: results: value: !r mtcars --- ```{r setup, echo=FALSE, include=FALSE}
In R, run the following:
library(devtools)
install_github('viking/r-yaml')