#' Admission results to graduate school
#'
#' A dataset containing if a student is admitted to graduate school.
#' The data is obtained from: http://www.ats.ucla.edu/stat/data/binary.csv
#' The variables are as follows:
#'
#' @format A data frame with 400 rows and 4 variables:
#' \itemize{
#' \item admit: if the student is admitted (1: admitted; 0: not admitted)
#' \item gre: GRE score.
#' \item gpa: undergraduate GPA
#' \item rank: class rank
#' }
"admission"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.