# mess ----
#' Messy Data
#'
#' A dataset with missing values, blank rows, incorrect data types, multiple values in one column, and multiple date types for practicing data import.
#'
#' @format A data frame with 26 rows and 7 variables:
#' \describe{
#' \item{junk}{Junk values (just the word 'junk')}
#' \item{order}{Meant to be all integer values}
#' \item{score}{Meant to be all numeric values}
#' \item{letter}{Meant to be all character values}
#' \item{good}{Meant to be all logical values}
#' \item{min_max}{Two integers separated by a dash}
#' \item{date}{Dates in two different formats}
#' }
#' @source \url{https://psyteachr.github.io/reprores-v2/data/mess.csv}
"mess"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.