0

There is a huge variety of r packages for interactive/dynamic maps out there, like leaftlet or rMaps etc. However, I am struggling to understand if and how I can export my interactive maps to a file, like .html or .js, which I than can sent to another person, which only has to click on the index.html or starter file and can open the interactive map in a browser (without downloading additional software)?

Til Hund
  • 1,543
  • 5
  • 21
  • 37
  • 2
    use [`htmlwidgets::saveWidget()`](https://cran.r-project.org/web/packages/htmlwidgets/htmlwidgets.pdf) for saving an html widget. This should work with any [`htmlwidget`](http://gallery.htmlwidgets.org/) – SymbolixAU Feb 02 '17 at 09:48
  • Thx, that has helped me. – Til Hund Feb 04 '17 at 09:55

0 Answers0