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