python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Docker can't find leaflet when deploying r shiny app
I've seen a few other posts about the same issue, but no clear solution from any of them.
When running docker build -t test-shiny ., I get the following error when running the docker image locally:
Er...
Hana
Votes: 0
Answers: 0
leaflet side-by-side for 2 raster images in R
{leaflet.extras2} implements the leaflet side-by-side plugin and provides this minimal example:
library(leaflet)
library(leaflet.extras2)
leaflet(quakes) %>%
addMapPane("left", zIndex ...

Rich Pauloo
Votes: 0
Answers: 1
How to create a weighted heatmap using R Leaflet?
I am attempting to create a heatmap using a data set that has only one value per coordinate, with that value being a continuous variable. All of the examples I have found using leaflet.extras::addHea...

jzadra
Votes: 0
Answers: 1
Markers not appearing on map using leaflet package in R - with basic example
I'm trying to use the leaflet package in R to produce an interactive map. Everything was working for me about a month ago, but now my map is appearing but I can't get the markers to appear. I tried us...
Stephanie
Votes: 0
Answers: 1