Category "r-leaflet"

Error in Choropleth map in R , the data extract as a list (from each column)

I would like to make an interactive map in R, but somehow it turns out error, so here is my code. indo_sp %>% leaflet() %>% addProviderTiles(provide

Display a projected raster on a projected basemap in R/leaflet?

Is it possible to display a projected raster on a projected basemap in R/leaflet? The addRasterImage() functions says that the projection needs to be in EPSG:38

R Leaflet does not show legend when embedded in Shiny Dashboard

The map above renders perfectly fine in the following scenarios: List item RStudio Viewer Shiny app Shiny app using a minimal Shiny dashboard sceleton When

How to use location marking in leaflet package in R

I have added two markers on leaflet map, and I want to link those markers (like travelling from one location to the other). How can I do that? The code that I u