R/nyc_sat12.R

#' 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"
thisisdaryn/workshop documentation built on Jan. 17, 2020, 7:31 p.m.