R/tutorial_ggplot.R

Defines functions tutorial_ggplot

Documented in tutorial_ggplot

#' @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')
}
bwiernik/progdata documentation built on Feb. 1, 2021, 2:33 a.m.