23 lines
579 B
R
23 lines
579 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/addProtomaps.R
|
|
\name{protomapsDependency}
|
|
\alias{protomapsDependency}
|
|
\title{Create Protomaps HTML dependency}
|
|
\usage{
|
|
protomapsDependency(version = "5.1.0")
|
|
}
|
|
\arguments{
|
|
\item{version}{Character. Version of protomaps-leaflet to use.
|
|
Default is "5.1.0".}
|
|
}
|
|
\value{
|
|
An htmltools::htmlDependency object.
|
|
}
|
|
\description{
|
|
Creates the HTML dependency for the protomaps-leaflet JavaScript library.
|
|
This is automatically included when using \code{\link{addProtomaps}}.
|
|
}
|
|
\examples{
|
|
protomapsDependency()
|
|
|
|
}
|