R/chapter_6_tutorial.R

Defines functions chapter_6_tutorial

Documented in chapter_6_tutorial

#' @title  Chapter 6 Tutorial
#'
#' @description Runs the `learnr` code for chapter 6: Tidy Data and Pivoting
#'
#' @return
#' @export
#'
chapter_6_tutorial <- function(){
  learnr::run_tutorial('tidy_data_pivoting', package = 'progdata')
}
wesley4546/progdata documentation built on Jan. 25, 2021, 5:44 a.m.