yindeng / shinyData

A GUI for interactive data analysis, visualization and presentation
MIT License
99 stars 37 forks source link

plug shinyData into other shiny apps #7

Open vikasrawal opened 1 month ago

vikasrawal commented 1 month ago

Is there a straightforward way of plugging shinydata into other shiny apps? That is, if i have an app that does some basic data processing, can I deploy shinydata to do the plots from the processed data instead of reinventing the wheel.

vikasrawal commented 1 month ago

Essentially, I am thinking that my app passes the data, and some initial ggplot2 settings to shinydata, but then the user customises the plots in shinydata.

smouksassi commented 1 month ago

maybe you need esquisse as it is a module: https://cran.r-project.org/web/packages/esquisse/vignettes/shiny-usage.html

vikasrawal commented 1 month ago

Thanks. Esquisse indeed seems to be usable.