The Leaflet JS mapping library has lots of plugins available. The Leaflet package for R provides direct support for some, but far from all, of these plugins, by providing R functions for invoking the plugins.
If you as an R user find yourself wanting to use a Leaflet plugin that isn't directly supported in the R package, you can use the technique shown here to load the plugin yourself and invoke it using JS code.
Hello everybody,
First, I'm not sure it's the good place to post so sorry if it's not.
I'm trying to add a rotatedMarker in my leaflet map using a leafletProxy.
Unfortunatly it's not working.
Puting it directly in the leaflet map works fine.
here is the code.
`
library(shiny)
library(dplyr)
library(leaflet)
library(htmltools)
library(htmlwidgets)
`
Thanks for the help.