This is a book created from markdown and executable code.
See Knuth (1984) for additional discussion of literate programming.
1 + 1
[1] 2
# Introduction This is a book created from markdown and executable code. See @knuth84 for additional discussion of literate programming. ```{r} 1 + 1 ```