paulofelipe / D3plusR

A package for D3plus in R
Other
25 stars 1 forks source link

Wrapper functions for using D3plusR in shiny #3

Closed faustocarva closed 6 years ago

faustocarva commented 6 years ago

Hi Paulo, would it be nice to have D3plusR outputs in Shiny apps. We need a wrapper function that uses htmlwidgets to plot content in Shiny. This issue works like a reminder for a future implementation.

renanxcortes commented 6 years ago

@faustocarva this is a great idea. Actually, it's already possible to do this by wrapping it with renderUI. If you want a example, take a look at some of the apps in my 'VisualizaFEE' repo in my account (sorry, I'm typing with my cellphone, so I can't paste a reproducible here).

paulofelipe commented 6 years ago

Hi @faustocarva , as @renanxcortes said this functionality is already implemented. You can take a look at the renan repo and/or see the example in this link: https://paulofelipe.github.io/tutorial_d3plusr/shiny.html#shiny (tutorial in portuguese).

Regards,

Paulo

faustocarva commented 6 years ago

Thanks.