R/leafpop-package.R

#' Include Tables, Images and Graphs in Leaflet Popups
#'
#' Creates HTML strings to embed tables, images or graphs in popups
#' of interactive maps created with packages 'leaflet' or 'mapview'. Handles
#' local paths to images on the file system or remote urls. Handles graphs created
#' with 'base' graphics, 'lattice' or 'ggplot2' as well as interactive plots created
#' with 'htmlwidgets'.
#'
#' @name leafpop-package
#' @docType package
#' @title Include Tables, Images and Graphs in Leaflet Popups
#' @author Tim Appelhans, Florian Detsch
#' \emph{Maintainer:} Tim Appelhans \email{tim.appelhans@gmail.com}
#'
#' @keywords package
#'
#' @import base64enc brew htmltools htmlwidgets sf svglite uuid
#'
NULL

Try the leafpop package in your browser

Any scripts or data that you put into this service are public.

leafpop documentation built on May 22, 2021, 5:06 p.m.