Skip to main content

All Questions

Tagged with
1 vote
1 answer
1k views

Leaflet maps not working in R Studio after R 4.0.0 upgrade

I updated my computer the other day (R, R Tools, and RStudio), and leaflet stopped working. When I run this example in the RGUI it's very slow, but eventually it opens a web page in a browser. ...
geneorama's user avatar
  • 3,700
0 votes
0 answers
258 views

Is there a function in R Studio to create an interactive map using NYC zip codes?

I have a dataset that has NYC Zip codes, and in a different dataset, I have lat and long codes. I am aware that I can use Leaflet to create an interactive but when I try run it on the 167K rows of ...
Carl O'Beirne's user avatar
0 votes
1 answer
519 views

SelectInput and Leaflet not connecting

I am trying to use shinyApp with the leaflet package. I have tried using the "SelectInput" function in the dashboard to create a reactive map based on the input selected(country).However, I ...
Rooty1985's user avatar
1 vote
0 answers
2k views

Local icons not loading, empty image in r leaflet

I am not able to display links to local images with addControl. At first I thought my problem was the same as this question: Icons not loading (empty image) in R Leaflet with Shiny. However, I ...
geneorama's user avatar
  • 3,700
0 votes
1 answer
1k views

Shiny app doesn't work on shinyapps.io, but works in rstudio

The app is currently hosted on shinyapps here: https://njed.shinyapps.io/race_seg_gap_map/ There is no error message (I checked shinyapp logs) and memory usage doesn't go above 100mb. The points ...
dca's user avatar
  • 642