learnr



Examples

Here are some examples of tutorials created with the learnr package.

source("../vignettes/articles/example_cards.R")
ex <- yaml::read_yaml("../vignettes/articles/examples.yml")
ex <- lapply(ex, function(x) {
  x$image <- paste0("articles/", x$image)
  x
})
example_cards(ex, "showcase")

Installation


Hello, Tutorial!




rstudio/learnr documentation built on Sept. 6, 2024, 11:06 p.m.