#' @title Chapter 6 Tutorial
#'
#' @description Runs the `learnr` code for chapter 6: Tidy Data and Pivoting
#'
#' @return
#' @export
#'
chapter_6_tutorial <- function(){
learnr::run_tutorial('tidy_data_pivoting', package = 'progdata')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.