Nothing
#' Get information on suggested coordinate reference systems for spatial data
#'
#' Uses data from the EPSG Registry to look up suitable coordinate reference
#' system transformations for spatial datasets in R. Returns a data frame with CRS codes
#' that can be used for CRS transformation and mapping projects. Please see
#' the EPSG Dataset Terms of Use at \url{https://epsg.org/terms-of-use.html} for more information.
#'
#' @author Kyle Walker
#' @name crsuggest
#' @docType package
#' @import purrr
#' @import sf
#' @import dplyr
#' @importFrom mapview npts mapview
#' @importFrom utils installed.packages
NULL
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.