#' @title Table Joins Tutorial
#'
#' @description Runs the `learnr` code for Chapter 6: Tibble Joins: A Tale of Two Tibbles
#'
#' @return
#' @export
#'
tutorial_joins <- 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.