ropensci / iheatmapr

Complex, interactive heatmaps in R
https://docs.ropensci.org/iheatmapr
Other
267 stars 35 forks source link

[FEATURE REQUEST] Use with Chart studio #90

Open reberya opened 2 years ago

reberya commented 2 years ago

Hi - really love your package. Any plans to add functionality to export to chart studio/existing work arounds to do this? My goal is to use these plots in powerpoint/google slides.

Thanks!

AliciaSchep commented 2 years ago

No plans along those lines. In terms of workaround, there might be a way to use to_plotly_json from iheatmapr and then a function from the plotly package... potentially plotly::api("plots", "POST", plotly_json) ? Haven't tried it but something like that might work (following guidelines from rplotly in terms of how to set the right options to connect to account)