R/chapter_4_tutorial.R

Defines functions chapter_4_tutorial

Documented in chapter_4_tutorial

#' @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')
}
wesley4546/progdata documentation built on Jan. 25, 2021, 5:44 a.m.