Nothing
#' Report Cards - Simulated Data
#'
#' A simulated dataset with grades for hypothetical 30 students, with
#' the following variables:
#' \itemize{
#' \item student Student's name.
#' \item gender Factor with 2 levels: \dQuote{Girl}, \dQuote{Boy}.
#' \item french French Grade (numerical).
#' \item math Math Grade (numerical).
#' \item geography Geography Grade (numerical).
#' \item history History Grade (numerical).
#' \item economics Economics Grade (numerical).
#' \item english English Grade (numerical).
#' }
#'
#' All names and grades are simulated. Grades for each student are centered
#' around a personal randomized average and standard deviation.
#'
#' A copy of this dataset is also \strong{available in French} under
#' the name \dQuote{examens}.
#'
#' @docType data
#' @keywords datasets
#' @name exams
#' @usage data(exams)
#' @format A data frame with 30 rows and 8 variables
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.