R/chapter_9_tutorial.R

Defines functions chapter_9_tutorial

Documented in chapter_9_tutorial

#' @title  Chapter 9 Tutorial
#'
#' @description Runs the `learnr` code for chapter 9: Fun with Factors
#'
#' @return
#' @export
#'
chapter_9_tutorial <- function(){
  learnr::run_tutorial('fun_with_factors', package = 'progdata')
}
wesley4546/progdata documentation built on Jan. 25, 2021, 5:44 a.m.