Nothing
#' Example `sf` data set
#'
#' example dataset
#'
#' @docType data
#'
#' @usage data('locations_example')
#'
#' @format An object of class `sf`
#'
#' @keywords datasets
#'
#' @examples
#' data("locations_example")
#' head(locations_example)
"locations_example"
#' Example raster data set
#'
#' example dataset
#'
#' @docType data
#'
#' @usage data('raster_example')
#'
#' @format An object of class `matrix`
#'
#' @keywords datasets
#'
#' @examples
#' data("raster_example")
#' head(raster_example)
"raster_example"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.