#' Run tutorial
#'
#' This function runs a crime mapping tutorial.
#'
#' @param name Name of the tutorial to be loaded
#'
#' @export
tutorial <- function(name = NULL) {
learnr::run_tutorial(name = name, package = "crimemapping")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.