0

I am using the excellent googleway package for R, to plot my data as markers on a google map (hosted locally on my desktop). I would like to find some way to output this map to the web, so that I can view it from my iPhone/iOS device. Or better, to send it to the Google Maps app on my phone, so I can get directions to my markers, interactively.

Any ideas?

Adam
  • 2,137
  • 16
  • 29
  • Does this package make a HTML widget like leaflet? If that is the case, this answer might help: https://stackoverflow.com/a/31642030/5028841 – JBGruber Jul 04 '18 at 11:42
  • @JonGrub is right, that's how you save a Google Map widget. But note [this issue](https://github.com/SymbolixAU/googleway/issues/79) you may encounter if you don't have the correct pandoc installed. Or you can host it inside a shiny on shinyapps.io – SymbolixAU Jul 04 '18 at 21:41
  • @JonGrub Ah perfect! If you want to add this as an answer, I'll go ahead and accept it. Thanks!! – Adam Jul 05 '18 at 08:44
  • Thanks @SymbolixAU! – Adam Jul 05 '18 at 08:45
  • 1
    That's ok, I usually don't like to write answers if there is no reproducible code I can back up my answer with. Happy it helped. – JBGruber Jul 05 '18 at 11:55

0 Answers0