This document discusses mixing R source code and documentation in LaTeX documents using knitr. It recommends using knitr in RStudio to embed R code chunks and output (like graphs and tables) in LaTeX documents. Code chunks can include any R code to evaluate, show, or hide. Graphs and tables from R code chunks will be included in the LaTeX output.