Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 855 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 855 Bytes

tutorial-dynamic-docs

Tutorial on creating dynamic documents, focused on R, but with information on Quarto as well.

This tutorial covers:

  • Embedding R and bash and Python code in Markdown using R Markdown.
  • Embedding code chunks (Python, R, bash) in Quarto Markdown (qmd).
  • Embedding R and bash and Python code in LaTeX using knitr (and Sweave).
  • Embedding R and bash and Python code in the LyX GUI for LaTeX using knitr and Sweave.
  • A bit on Jupyter Notebooks.

It also illustrates some work-arounds to the common problem of lines of code or code output running off the right side of the page.

Included in this repository are template documents for the various modalities described above.

Please see the overview page at the [GitHub pages site](https://berkeley-scf.github.io/tutorial-dynamic-docs] to easily view the materials in a browser.