Replies: 2 comments 1 reply
|
Thanks for asking! Unfortunately I'm not familiar enough with the R ecosystem to say. In theory it should be possible if Shiny (or something similar) supports message passing (e.g., over a web socket connection) from a browser-based component to a custom R handler (which would proxy access to a DuckDB instance running in R). This is the basic architecture that the Mosaic Jupyter widget for Python follows. Maybe others more knowledgeable about R can chime in... |
|
Hello @jheer, I was able to work on this project alongside a talented student @TiRizvanov via the rMosaic package, which is now on CRAN! It's missing a proper R-native spec generating API, but it supports |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Is it possible to use
mosaicwith R or Shiny? If not, are there any plans to make this possible? I know thatvegaandaltairhave made their way into R packages (vegalite, vegabrite, etc...) through thehtmlwidgetsframework, though I'm not sure how relevant they are to makingmosaiccompatible with R. Regardless, it would be great to be able to use mosaic visualizations through R at some point and look forward to reading any feedback or pointers on how to make this happen.Thanks,
Ed
All reactions