#' SfSpHelpers is an R package for routine spatial operations that can be reused in different contexts
#'
#' @name sfSpHelpers
#' @docType package
#' @author Charles Gauvin (@@charles.gauvin123@gmail.com)
#' @importFrom stringr str_trim str_pad
#' @import sf
#' @import sp
#' @import lwgeom
#' @import here
#' @import glue
#' @import httr
#' @import curl
#' @import tools
#' @import dplyr
#' @import MASS
#' @import purrr
#' @import FNN
#' @import raster
#' @import KernSmooth
#' @import deldir
#' @import ggplot2
#' @import methods
#' @import rgeos
#' @import assertthat
#' @import tidyverse
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.