#' Two Class Example Data
#'
#' @includeRmd man-roxygen/example_data.Rmd description
#' @includeRmd man-roxygen/two_class_set.Rmd
#'
#' @name two_class_set
#' @aliases two_class_set two_class_res
#' @docType data
#' @keywords datasets
#' @examples
#' data(two_class_set)
#'
#' two_class_set
NULL
#' Chicago Features Example Data
#'
#' @includeRmd man-roxygen/example_data.Rmd description
#' @includeRmd man-roxygen/chi_features_set.Rmd
#'
#' @name chi_features_set
#' @aliases chi_features_set chi_features_res
#' @docType data
#' @keywords datasets
#' @references Max Kuhn and Kjell Johnson (2019) _Feature Engineering and
#' Selection_, \url{https://bookdown.org/max/FES/a-more-complex-example.html}
#' @examples
#' data(chi_features_set)
#'
#' chi_features_set
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.