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