#' Run tutorials
#'
#' These functions launch tutorials!
#'
#' @examples
#' intro()
#' data_manip()
#'
#' @rdname tutorials
#' @export
intro <- function() {
learnr::run_tutorial("intro", package = "betweenthepipes")
}
data_manip <- function() {
learnr::run_tutorial("data_manip",package = "betweenthepipes")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.