#' cars2
#'
#' An adaptation after the `cars` dataset which includes logical variables.
#'
#' @format A data frame with 50 rows and 4 variables:
#' \describe{
#' \item{high_speed}{Logical indicating whether speed is higher than the average}
#' \item{speed}{After original cars speed}
#' \item{dist}{After original dist speed}
#' \item{high_dist}{Logical indicating whether dist is higher than the average}
#' }
#' @source dataset package
"cars2"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.