#' Toy dataset
#'
#' @format A tibble with 15 objects and 2 features + real cluster:
#' \describe{
#' \item{V1}{Numeric feature}
#' \item{V2}{Numeric feature}
#' \item{V2}{Cluster of the object}
#' }
"toy_data"
#' Toy dataset
#'
#' @format A tibble with 5 objects and 2 features:
#' \describe{
#' \item{V1}{Numeric feature}
#' \item{V2}{Numeric feature}
#' }
"toy_data1"
#' Toy dataset
#'
#' @format A tibble with 5 objects and 3 features:
#' \describe{
#' \item{V1}{Numeric feature}
#' \item{V2}{Numeric feature}
#' \item{V3}{Numeric feature}
#' }
"toy_data2"
#' Toy dataset
#'
#' @format A tibble with 5 objects and 4 features:
#' \describe{
#' \item{V1}{Numeric feature}
#' \item{V2}{Numeric feature}
#' \item{V3}{Numeric feature}
#' \item{V4}{Numeric feature}
#' }
"toy_data3"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.