#' @title Data Wrangling Tutorial
#'
#' @description Runs the `learnr` code for Chapter 4: Wrangle yo’ data
#'
#' @return
#' @export
#'
tutorial_wrangle <- 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.