#' 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){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.