#' @title Chapter 14 Tutorial
#'
#' @description Runs the `learnr` code for chapter 14: Reproducibility and Coding Best Practices
#'
#' @return
#' @export
#'
chapter_14_tutorial <- function(){
learnr::run_tutorial('reproducibility_and_coding_best_practices', package = 'progdata')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.