R/tutorials.R

Defines functions data_manip intro

Documented in intro

#' 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")
}
meghall06/betweenthepipes documentation built on Nov. 12, 2020, 10:23 a.m.