#' @title Chapter 5 Tutorial
#'
#' @description Runs the `learnr` code for chapter 5: Wrangle yo’ data
#'
#' @return
#' @export
#'
chapter_5_tutorial <- function(){
learnr::run_tutorial('wrangle_yo_data', package = 'progdata')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.