Nothing
#' Self-reported Heights
#'
#' Students were asked to report their height (in inches) and sex in an anonymous online form.
#' This table includes the results from combining data from four courses.
#'
#'\itemize{
#' \item time_stamp. Time and date of the entry.
#' \item sex. Sex as reported by the students.
#' \item height. Height as reported by student by filling in a text free box.
#' }
#'
#'
#' @docType data
#'
#' @usage reported_heights
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#'
#'
#' @examples
#' head(reported_heights)
"reported_heights"
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.