-2

I did an interactive using ggplot2 and ggplotly. How can I share it with another person?

Thanks,

Ronak Shah
  • 377,200
  • 20
  • 156
  • 213
PDS
  • 1

1 Answers1

1

As far as I know ,first store it in an R variable, and install the htmlwidget package and use saveWidget() function to save your object to a file as below:

saveWidget(object_name, file="map.html")
MaxMiak
  • 197
  • 1
  • 7