#' @title Chapter 4 Tutorial
#'
#' @description Runs the `learnr` code for chapter 4: Intro to plotting with `ggplot2`
#'
#' @return
#' @export
#'
#'
chapter_4_tutorial <- function(){
learnr::run_tutorial('intro_to_plotting_with_ggplot2', package = 'progdata')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.