#' Sample 1
#'
#' A simple synthetic data set with missing values for demonstration purposes
#' only.
#'
#' @format ## `sample1`
#' A data frame with 500 rows and 19 columns:
#' \describe{
#' \item{ID}{Unique ID Column}
#' \item{grade}{School Grade}
#' \item{age}{Age of respondent}
#' \item{male}{Gender of respondent}
#' \item{gpa}{GPA of respondent}
#' \item{int1, int2, int3, int4, int5, int6}{Simulated Likert scale data}
#' \item{ext1, ext2, ext4, ext4, ext5, ext6}{Simulated Likert scale data}
#' \item{incident}{Simulated boolean data}
#' \item{Qual}{Simulated text data}
#' ...
#' }
#' @source Synthetic data set
"sample1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.