widgetframe icon indicating copy to clipboard operation
widgetframe copied to clipboard

shiny integration

Open jfroeschke opened this issue 6 years ago • 3 comments

Any timeline on when this might be integrated into shiny? This would be a very useful feature.

jfroeschke avatar Nov 07 '17 21:11 jfroeschke

What exactly is the problem that widgetframe will solve in a shiny environment? To be honest I really don't know much about shiny, but I am willing to provide shiny integration, if we can have the problem documented.

bhaskarvk avatar Nov 07 '17 23:11 bhaskarvk

In my opinion flexdashboard is pretty close to shiny, in a designated format.

I think this widget do benefits ppl who are looking for the responsive part. Shiny's native support on responsive component isn't that great / take much time to manage it.

It's also my perception that the purpose of htmlwidgets is to define a framework that allows ppl to utilize the widget without having to worry about platform (shiny, rstudio view, markdown, etc).

Just my 2 cents.

happyshows avatar Jan 05 '18 21:01 happyshows

@bhaskarvk it solves any problem where rendering must occur in isolation. For example, shiny/rmarkdown both prefer HTML-based MathJax rendering, but plotly prefers SVG-based rendering. I'd like to suggest this package for rendering plotly's SVG (in isolation), but inside a larger shiny/rmarkdown project with HTML MathJaX, but I currently can't do that for shiny -- https://raw.githubusercontent.com/ropensci/plotly/master/inst/examples/rmd/MathJax/index.Rmd

cpsievert avatar Jun 07 '18 17:06 cpsievert