#' Map the studies included in a systematic review.
#' @keywords internal
sys_map <- function(studies_data) {
basemap <- leaflet::leaflet(studies_data,
options = leaflet::leafletOptions(minZoom = 2)
) %>%
leaflet::addTiles(layerId = "atlas_basemap")
basemap
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.