Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 454 Bytes

Systems Immunology Bootcamp

Materials for Introduction to R bootcamp

Compile Instructions

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/].