# demo ----
#' Importing Demo
#'
#' A dataset with five different types of columns, and in five different formats (csv, tsv, xlsx, sav, and json), used to practice importing.
#'
#' @format A data frame with 6 rows and 5 variables:
#' \describe{
#' \item{character}{letters}
#' \item{integer}{Numbers with no decimal places}
#' \item{double}{Numbers with decimal places}
#' \item{logical}{TRUE/FALSE values}
#' \item{date}{Dates in the format 31-Jan-21}
#' }
#' @source \url{https://psyteachr.github.io/reprores-v2/data/demo.csv}
"demo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.