R/prog.R

#' Limited English Proficiency Data for Kentucky Public Schools, 2013-2017
#'
#' A dataset with data on Limited English Proficiency
#'
#' @format A dataframe with 75 rows and 6 variables:
#' \describe{
#'   \item{sch_id}{ID number to identify schools & districts}
#'   \item{dist_name}{District name - in this case, it is always "State"}
#'   \item{year}{School year}
#'   \item{student_group}{Student subgroup}
#'   \item{lep_total}{Students with Limited English Proficiency}
#'   \item{lep_pct}{Percent of students with Limited English Proficiency}
#' }
#'
#' @source \url{https://applications.education.ky.gov/src/DataSets.aspx}

"lep_state"

#' Limited English Proficiency Data for Kentucky Public Schools, 2013-2017
#'
#' A dataset with data on Limited English Proficiency
#'
#' @format A dataframe with 11,115 rows and 6 variables:
#' \describe{
#'   \item{sch_id}{ID number to identify schools & districts}
#'   \item{dist_name}{District name}
#'   \item{year}{School year}
#'   \item{student_group}{Student subgroup}
#'   \item{lep_total}{Students with Limited English Proficiency}
#'   \item{lep_pct}{Percent of students with Limited English Proficiency}
#' }
#'
#' @source \url{https://applications.education.ky.gov/src/DataSets.aspx}

"lep_dist"

#' Limited English Proficiency Data for Kentucky Public Schools, 2013-2017
#'
#' A dataset with data on Limited English Proficiency
#'
#' @format A dataframe with 72,720 rows and 7 variables:
#' \describe{
#'   \item{sch_id}{ID number to identify schools & districts}
#'   \item{dist_name}{District name}
#'   \item{sch_name}{School name}
#'   \item{year}{School year}
#'   \item{student_group}{Student subgroup}
#'   \item{lep_total}{Students with Limited English Proficiency}
#'   \item{lep_pct}{Percent of students with Limited English Proficiency}
#' }
#'
#' @source \url{https://applications.education.ky.gov/src/DataSets.aspx}

"lep_sch"

#' Data on students with IEP's in Kentucky Public Schools, 2013-2017
#'
#' A dataset with data on students with Individualized Educational Plans
#'
#' @format A dataframe with 96 rows and 6 variables:
#' \describe{
#'   \item{sch_id}{ID number to identify schools & districts}
#'   \item{dist_name}{District name - in this case, it is always "State"}
#'   \item{year}{School year}
#'   \item{student_group}{Student subgroup}
#'   \item{iep_total}{Students with IEP's}
#'   \item{iep_pct}{Percent of students with IEP's}
#' }
#'
#' @source \url{https://applications.education.ky.gov/src/DataSets.aspx}

"iep_state"

#' Data on students with IEP's in Kentucky Public Schools, 2013-2017
#'
#' A dataset with data on students with Individualized Educational Plans
#'
#' @format A dataframe with 16,824 rows and 6 variables:
#' \describe{
#'   \item{sch_id}{ID number to identify schools & districts}
#'   \item{dist_name}{District name}
#'   \item{year}{School year}
#'   \item{student_group}{Student subgroup}
#'   \item{iep_total}{Students with IEP's}
#'   \item{iep_pct}{Percent of students with IEP's}
#' }
#'
#' @source \url{https://applications.education.ky.gov/src/DataSets.aspx}

"lep_dist"

#' Data on students with IEP's in Kentucky Public Schools, 2013-2017
#'
#' A dataset with data on students with Individualized Educational Plans
#'
#' @format A dataframe with 129,480 rows and 7 variables:
#' \describe{
#'   \item{sch_id}{ID number to identify schools & districts}
#'   \item{dist_name}{District name}
#'   \item{sch_name}{School name}
#'   \item{year}{School year}
#'   \item{student_group}{Student subgroup}
#'   \item{iep_total}{Students with IEP's}
#'   \item{iep_pct}{Percent of students with IEP's}
#' }
#'
#' @source \url{https://applications.education.ky.gov/src/DataSets.aspx}

"lep_sch"
alspur/kysrc documentation built on May 11, 2019, 11:21 p.m.