#' @title Chapter 9 Tutorial
#'
#' @description Runs the `learnr` code for chapter 9: Fun with Factors
#'
#' @return
#' @export
#'
chapter_9_tutorial <- 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.