R/data.R

#' Charlotte-Mecklenberg School district in the 2018-2019 school year.
#'
#' A dataset containing school-level information for CMS schools, including demographic breakdowns
#'    by school and school grades.
#'
#' @format A dataframe with 170 rows and 7 columns.
"cms_data"

#' IPG scores by classroom.
#'
#' A dataset containing IPG scores by classroom. The data is simulated and not actual data.
#'
#' @format A dataframe with 100 rows and 14 columns.
"ipg_data"

#' Final student survey.
#'
#' A dataset containing simulated data from a final student survey. It contains the same columns as the ss_survey_initial dataset.
#'
#' @format A dataframe with 1000 rows and 16 columns.
"ss_data_final"

#' Initial student survey.
#'
#' A dataset containing simulated data from an initial student survey. It contains the same columns as the ss_survey_final dataset.
#'
#' @format A dataframe with 1000 rows and 16 columns.
"ss_data_initial"
adamMaier/tntpmetrics documentation built on Feb. 1, 2022, 1:03 p.m.