R/geo-assets.R

Defines functions geo_assets

Documented in geo_assets

#' Obtain plotly's geo assets as an htmlDependency object
#'
#' This function is used by plotly to make it possible to render
#' maps without an internet connection.
#'
#' @export
#' @author Carson Sievert
#' @examples
#'
#' geo_assets()
#'

geo_assets <- function() geoAssets
cpsievert/plotlyGeoAssets documentation built on May 18, 2019, 1:32 p.m.