#' @title Pivoting Tutorial
#'
#' @description Runs the `learnr` code for Chapter 5: Tidy Data and Pivoting
#'
#' @return
#' @export
#'
tutorial_pivot <- 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.