R/chapter_14_tutorial.R

Defines functions chapter_14_tutorial

Documented in chapter_14_tutorial

#' @title  Chapter 14 Tutorial
#'
#' @description Runs the `learnr` code for chapter 14: Reproducibility and Coding Best Practices
#'
#' @return
#' @export
#'
chapter_14_tutorial <- function(){
  learnr::run_tutorial('reproducibility_and_coding_best_practices', package = 'progdata')
}
wesley4546/progdata documentation built on Jan. 25, 2021, 5:44 a.m.