#' Speed, gender, and height of 1325 students
#'
#' 1,325 UCLA students were asked to fill out a survey where they were asked
#' about their height, fastest speed they have ever driven, and gender.
#'
#'
#' @name speed_gender_height
#' @docType data
#' @format A data frame with 1325 observations on the following 3 variables.
#' \describe{
#' \item{speed}{a numeric vector}
#' \item{gender}{a factor with levels \code{female} and \code{male}}
#' \item{height}{a numeric vector}
#' }
#' @keywords datasets
#' @examples
#'
#' speed_gender_height
"speed_gender_height"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.