#' Artificial auditorData
#'
#' The auditor Data is an artificial data set.
#' It consists of 2000 observations.
#' First four of simulated variables are treated as continuous while the fifth one is categorical.
#'
#' @name auditorData
#' @docType data
#' @usage data(auditorData)
#'
#'
#' @examples
#' data("auditorData", package = "auditor")
#' head(auditorData)
#' @format a data frame with 2000 rows and 5 columns
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.