#' @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')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.