R/map_crime.R

#' Visualise crime data
#'
#' This function produces a map of crime data from Avon and Somerset.
#'
#' @param x a `data frame` of crime data
#'
#' @return A map showing crimes plotted by lat/lon.
#' @export
#'
#' @examples map_crime(crime_data)
#'
map_crime <- function(x){



}
cjmwills/crymer documentation built on May 10, 2019, 1:23 p.m.