R/highrises.R

#' Results of inspections of highrise buildings in Toronto (2017 - 2020)
#'
#'
#'
#' @source <https://open.toronto.ca/dataset/highrise-residential-fire-inspection-results/>
#' @format Data frame with columns
#' \describe{
#' \item{id}{Key column}
#' \item{Opened}{Date the issue was opened}
#' \item{Closed}{Date the issue was closed}
#' \item{Address}{Street Address}
#' \item{Code}{Violation code}
#' \item{Desc}{Description of violation}
#' \item{Lat}{Latitude of the building's location}
#' \item{Lon}{Latitude of the building's location}
#' \item{Ward}{Electoral ward of Toronto/Ontario}
#' }
"inspections"
thisisdaryn/workshop documentation built on Jan. 17, 2020, 7:31 p.m.