R/data.R

#' Elementary school locations
#'
#' Address, lat, and lon of four elementary schools.
#'
#' @format A data frame with 4 rows and 4 variables:
#' \describe{
#'   \item{address}{address}
#'   \item{lon}{longitude}
#'   \item{lat}{latitude}
#'   \item{school}{school name}
#' }
"tschoolGeo"

#' Map of D96 area
#'
#' Colored Google Map of D96 area
#'
"riversideMap"

#' Another map of D96 area
#'
#' Black and white Google Map of D96 area
#'
"riversideMapBW"
j-d-miller/d96assign documentation built on March 31, 2022, 7:36 a.m.