Nothing
#' High School and Beyond Data Set
#'
#' A dataset containing demographic information and standardized test
#' scores of high school students.
#'
#' @format A data frame with 200 rows and 10 variables:
#' \describe{
#' \item{id}{id of the student}
#' \item{female}{gender of the student}
#' \item{race}{ethnic background of the student}
#' \item{ses}{socio-economic status of the student}
#' \item{schtyp}{school type}
#' \item{prog}{program type}
#' \item{read}{scores from test of reading}
#' \item{write}{scores from test of writing}
#' \item{math}{scores from test of math}
#' \item{science}{scores from test of science}
#' \item{socst}{scores from test of social studies}
#' }
#'
#' @source \url{https://nces.ed.gov/surveys/hsb/}
#'
"hsb"
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.