#' AK_basemap
#' @description Imports an sf polygon of Alaska. The projection is WGS 1984
#' @return
#' @export
#'
#' @examples AK<-AK_basemap()
AK_basemap<-function(){
readRDS(system.file("extdata", "AKbasemap.RDS", package="AKmarineareas"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.