R/data.R

#' Motor Trend Car Road Tests
#'
#' @source El paquete \code{datasets}
#' @format Un dataframe con las columnas:
#' \describe{
#'  \item{mpg}{Miles/(US) gallon}
#'  \item{cyl}{Number of cylinders}
#' }
#' @examples
#' \dontrun{
#'  mtcars
#' }
"mtcars"
juan-LQL/paquete documentation built on July 21, 2020, 12:14 a.m.