#' Example dirty data
#'
#' A test data set
#'
#' @format A data frame with x rows and y variables
#' \describe{
#' \item{V1}{variable 1, description}
#' \item{V2}{variable 2, description}
#' \item{V3}{variable 3, description}
#' \item{V4}{variable 4, description}
#' \item{V5}{variable 5, description}
#' }
"dirty"
#' Example dirty data (small)
#'
#' A test data set
#'
#' @format A data frame with x rows and y variables
#' \describe{
#' \item{V1}{variable 1, description}
#' \item{V2}{variable 2, description}
#' \item{V3}{variable 3, description}
#' \item{V4}{variable 4, description}
#' \item{V5}{variable 5, description}
#' }
"dirty_small"
#' Example data with NAs
#'
#' A test data set
#'
#' @format A data frame with x rows and y variables
#' \describe{
#' \item{logical}{logical values}
#' \item{character}{character values}
#' \item{integer}{integer values}
#' \item{double}{double values}
#' \item{date}{date values}
#' \item{infinity}{infinity values}
#' }
"na_data"
#' Test data set for QC (reference)
#'
#' A test data set for QC - reference set
#'
#' @format A data frame with x rows and y variables
#' \describe{
#' \item{index}{index values}
#' \item{character}{character values}
#' \item{factor}{factor values}
#' \item{ordered}{ordered values}
#' \item{integer}{integer values}
#' \item{double}{double values}
#' \item{empty}{empty, character values}
#' }
"test_data_reference"
#' Test data set for QC (target)
#'
#' A test data set for QC - target set
#'
#' @format A data frame with x rows and y variables
#' \describe{
#' \item{index}{index values}
#' \item{character}{character values}
#' \item{factor}{factor values}
#' \item{ordered}{ordered values}
#' \item{integer}{integer values}
#' \item{double}{double values}
#' }
"test_data_target"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.