#' @title Factors Tutorial
#'
#' @description Runs the `learnr` code for Chapter 8: Fun with Factors
#'
#' @return
#' @export
#'
tutorial_factors <- function(){
learnr::run_tutorial('fun_with_factors', package = 'progdata')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.