Skip to main content

All Questions

Tagged with
3 votes
1 answer
1k views

Set title of leaflet for R web page

I am using the R leaflet package to generate a map. When the web page is created, the <title> element of the web page is set to "leaflet": <title>leaflet</title> I would like to ...
David M. Kaplan's user avatar
8 votes
1 answer
2k views

Clicking a leaflet marker takes you to URL

Within the leaflet package for R, is there a way to click on a marker, and be directed to a URL?* Here's the JS solution. In R, to add a Popup with a URL: library(leaflet) content <- paste(sep =...
Rich Pauloo's user avatar
  • 8,172
3 votes
1 answer
3k views

R Leaflet plot ship direction

I have information on the location of vessels/ships and the course they are steering. I'd like to plot them on a leaflet map with a custom icon which looks like a ship. I found the "tags" icon from ...
Dhiraj's user avatar
  • 1,700