tomroh / leaflegend

Provides extensions to the leaflet R package to customize legends with images, text styling, orientation, sizing, and symbology.
https://leaflegend.delveds.com
Other
34 stars 3 forks source link

Fix partial match #81

Closed olivroy closed 5 months ago

olivroy commented 5 months ago

caught with

options(
  warnPartialMatchArgs = TRUE,
  warnPartialMatchDollar = TRUE,
  warnPartialMatchAttr = TRUE
)
tomroh commented 5 months ago

Good catch, thanks!