#' Title
#'
#' @param path
#'
#' @return
#' @export
#'
#' @examples
import_shapefile <- function(path) {
shp <- sf::st_read(path)
shp <- sf::st_transform(shp, 4326)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.