#' Avg SAT scores at NYC schools in 2012
#'
#'
#'
#' @source <https://data.cityofnewyork.us/Education/2012-SAT-Results/f9bf-2cp4>
#' @format Data frame with columns
#' \describe{
#' \item{DBN}{School Identifier}
#' \item{SCHOOL}{School name}
#' \item{STUDENTS}{Number of students}
#' \item{READING}{Average score on the SAT Reading test}
#' \item{MATH}{Average score on the SAT Math test}
#' \item{WRITING}{Average score on the SAT Writing test}
#' }
"nyc_sat12"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.