R/cars2.R

#' 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"
MartinSchobben/shinymods documentation built on June 7, 2022, 4:38 p.m.