Various leaflet dependency functions for use in downstream packages

leafletDependencies

Format

An object of class list of length 13.

Examples

if (FALSE) { addBootStrap <- function(map) { map$dependencies <- c(map$dependencies, leafletDependencies$bootstrap()) map } }