R/chapter_7_tutorial.R

Defines functions chapter_7_tutorial

Documented in chapter_7_tutorial

#' @title  Chapter 7 Tutorial
#'
#' @description Runs the `learnr` code for chapter 7: Tibble Joins: A Tale of Two Tibbles
#'
#' @return
#' @export
#'
chapter_7_tutorial <- function(){
  learnr::run_tutorial('tibble_joins_a_tale_of_two_tibbles', package = 'progdata')
}
wesley4546/progdata documentation built on Jan. 25, 2021, 5:44 a.m.