R/intercepcion_calles.R

#' Dataset of the intersection of the main streets and avenues of the city of Buenos Aires, Argentina.
#'
#' Data set that records the date, time slot, type of crime and geolocation of crimes that occurred between 2017 and 2019
#' The data was obtained from the \href{https://www.openstreetmap.org/}{Openstreetmap}  using the
#' \href{https://docs.ropensci.org/osmdata/}{osmdata} package, later they were transformed until obtaining the
#'  tabular structure that is presented here.
#'
#' @format A data frame with 2417 rows y 3 columns:
#' \describe{
#'   \item{id}{corner id}
#'   \item{lat}{latitude}
#'   \item{long}{longitude}
#'   ...
#' }
#' @source \url{https://rafzamb.github.io/sknifedatar/}
"intercepcion_calles"

Try the sknifedatar package in your browser

Any scripts or data that you put into this service are public.

sknifedatar documentation built on June 1, 2021, 9:08 a.m.