R/ky_dist_geo.R

#' Kentucky School District Geography, 2016-2017
#'
#' A sf dataframe with student Kentucky school district geometry data
#'
#' @format A dataframe with 173 rows and 3 variables:
#' \describe{
#'   \item{sch_id}{District ID number}
#'   \item{dist_name}{District name}
#'   \item{geometry}{sfcMULTIPOLYGON of district boundary information}
#' }
#'

"ky_dist_geo"

#' Kentucky School District Hex Geography, 2016-2017
#'
#' A dataset with student Kentucky school district geometry data
#'
#' @format A dataframe with 183 rows and 2 variables:
#' \describe{
#'   \item{dist_name}{District name}
#'   \item{geometry}{sfcMULTIPOLYGON of district boundary information}
#' }
#'

"ky_hex"
alspur/kydistgeo documentation built on May 14, 2019, 8:03 a.m.