learnr icon indicating copy to clipboard operation
learnr copied to clipboard

Website with several tutorials

Open HeidiSeibold opened this issue 6 years ago • 9 comments

We would like to create an R learning website for journalists with several skills lessons and "data recipes". Would it be possible to do that with learnr and if so, do you know any good examples?

See also the twitter discussions on this: https://twitter.com/HeidiBaya/status/905335489376518144 https://twitter.com/adiBender/status/905469480641241088

Templates for lessons can be looked at:

devtools::install_github("school-of-data/r-consortium-proposal", 
                         subdir="r-package")
learnr::run_tutorial("en-recipe-template", package = "ddj")
learnr::run_tutorial("en-skills-template", package = "ddj")

HeidiSeibold avatar Sep 07 '17 08:09 HeidiSeibold