The package provides a number of shiny/learnr apps To learn more about how to use the package, see the vignette or the short introduction on the package github repository. https://github.com/andreashandel/iblir

Running a tutorial

To run a tutorial execute:

learnr::run_tutorial("name_of_tutorial", package = "adventr")

replacing name_of_tutorial with the name of the tutorial (i.e., LAbN, whith N the lab number). For example, to run lab 2:

learnr::run_tutorial("Lab2", package = "iblir")