#' @title ggplot Tutorial
#'
#' @description Runs the `learnr` code for Chapter 3: Intro to plotting with `ggplot2`
#'
#' @return
#' @export
#'
#'
tutorial_ggplot <- 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.