#' UsingRTutorials: Tutorials for the course Using R for Data Wrangling, Analysis, and Visualization
#'
#' The UsingRTutorials package provides an interactive tutorial for each session
#' in the R for Data Wrangling, Analysis, and Visualization course at the
#' Unversity of Amsterdam, Department of Communication Science.
#'
#' @usage
#'
#' learnr::run_tutorial(name, package = "UsingRTutorials")
#'
#' Starts the tutorial named *name*.
#'
#' @examples
#'
#' \dontrun{
#' learnr::run_tutorial("introduction", package = "UsingRTutorials")
#' }
#' @docType package
#' @name UsingRTutorials
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.