#' Chicago Breaking and Entering
#'
#' Residential burglary/breaking & entering events csv file. See vignette
#' prepare_data for details.
#'
#' @format A csv file with 11701 coordinates and 3 variables:
#' \describe{
#' \item{X}{X coordindate}
#' \item{Y}{Y coordindate}
#' \item{date}{date of event}
#' }
"chicago_be"
#' Chicago Arson
#'
#' Arson events csv file. See vignette prepare_data for details.
#'
#' @format A csv file with 522 coordinates and 3 variables:
#' \describe{
#' \item{X}{X coordindate}
#' \item{Y}{Y coordindate}
#' \item{date}{date of event}
#' }
"chicago_arson"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.