This is an R package that produces a leaflet map. Currently you can produce a point map with an arbitrary number of point layers.
Use the remotes package to install the package and its dependency from github list this:
library("remotes")
install_github("trosendal/hlt")
install_github("trosendal/svis")
Have a look at the vignette like this:
library(svis)
vignette("point_map", package = "svis")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.