init
This commit is contained in:
commit
116abafc09
58 changed files with 5749 additions and 0 deletions
23
man/protomapsDependency.Rd
Normal file
23
man/protomapsDependency.Rd
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
% 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()
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue