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
r-spatial/leafpop documentation built on June 21, 2022, 6:48 p.m.