From 8d3d7c583f4790c85842c0def5cbfb37a974a97e Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 7 Aug 2024 13:23:49 -0400 Subject: [PATCH] document --- man/addProviderTiles.Rd | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/man/addProviderTiles.Rd b/man/addProviderTiles.Rd index c2c6ccc84..e9e8d5d71 100644 --- a/man/addProviderTiles.Rd +++ b/man/addProviderTiles.Rd @@ -11,8 +11,7 @@ addProviderTiles( layerId = NULL, group = NULL, options = providerTileOptions(), - ..., - .check = TRUE + check = TRUE ) providerTileOptions( @@ -40,14 +39,14 @@ group names are permitted--they need not be short, identifier-style names.} \item{options}{tile options} -\item{...}{For \code{\link[=providerTileOptions]{providerTileOptions()}}, named parameters to add to the options. Not used in \code{\link[=addProviderTiles]{addProviderTiles()}}.} - -\item{.check}{Check that the specified \code{provider} matches the available +\item{check}{Check that the specified \code{provider} matches the available currently loaded leaflet providers? Defaults to \code{TRUE}, but can be toggled to \code{FALSE} for advanced users.} \item{errorTileUrl, noWrap, opacity, zIndex, updateWhenIdle, detectRetina}{the tile layer options; see \url{https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#tilelayer}} + +\item{...}{named parameters to add to the options} } \value{ modified map object