Materials for Introduction to R bootcamp
This quarto project is designed to render to both html and pdf versions of most pages. In order to do this, run the command:
quarto::quarto_render(output_format = "all")
from an R session in the project's base directory.
HTML outputs such as DataTables are captured in the PDF render as screenshots via (webshot)[http://wch.github.io/webshot/].