Learning learnr
RStudio
internship
learnr
During my RStudio internship in 2020, I explored a wonderful package in R called
{learnr}
, used to author interactive lessons. My goal was to try to add Python support, so we can start making Python lessons which led me to PR #390 that adds support for learnr exercises for any language supported by {knitr}
. One of the features that I hadn’t planned on adding required implementing “chained setup chunks” so that each setup chunk associated with an exercise could further reference another setup chunk.
No matching items