R/chapter_8_tutorial.R

Defines functions chapter_8_tutorial

Documented in chapter_8_tutorial

#' @title  Chapter 8 Tutorial
#'
#' @description Runs the `learnr` code for chapter 8: Tibble Joins: File input/output (I/O)
#'
#' @return
#' @export
#'
chapter_8_tutorial <- function(){
  learnr::run_tutorial('file_input_output', package = 'progdata')
}
wesley4546/progdata documentation built on Jan. 25, 2021, 5:44 a.m.