I am trying to share the output map from the mapdeck package, but it seems like users without the library installed cannot access the output html file. I am wondering if there's a way to share the map as a stand-alone HTML file? Thank you so much and take care!
Asked
Active
Viewed 78 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Oct 22 '21 at 16:41
-
you're probably after the [`htmlwidgets::saveWidget`](https://www.rdocumentation.org/packages/htmlwidgets/versions/1.5.4/topics/saveWidget) function – tospig Oct 22 '21 at 20:46
-
Make sure your mapdeck token is in the Rmarkdown file. I had the same problem, but it was resolved when I added the token. – Mel G May 10 '22 at 11:52