👀Fred Moser has an early version of a "lightweight Tabulator.js integration for R/Shiny" -- an HTMLWidget for Tabulator.js to create interactive, editable HTML tables.

{amtabulator} #rstats 📦info: https://fxi.io/amtabulator/

More on the underlying Tabulator.js library: https://tabulator.info/

#HTMLwidget @rstats

Tabulator.js Integration in Shiny

Integrates Tabulator.js library in Shiny. Its a generic wrapper built and tested with modern JavaScript tools. focus on AccessMod requirerments-- am in amtabulator -- with a custom selection module. For another, more complete integration in R/Shiny, see eoda-dev/rtabulator'.

Finally had a chance to try @timelyportfolio 's new #RStats #HTMLwidget based on the quak "scalable data profiler for quickly scanning large tables." It's a nice way to do some fast tabular data exploration!

Install with

remotes::install_github("timelyportfolio/quak", ref="htmlwidget", subdir="htmlwidget")

Usage:
quak::quak(your_data_frame)

GitHub repo: https://github.com/timelyportfolio/quak/tree/htmlwidget/htmlwidget

Original post with gif: https://mastodon.social/@timelyportfolio/112866467220660134

quak Web app: https://manzt.github.io/quak/

#EDA @rstats

quak/htmlwidget at htmlwidget · timelyportfolio/quak

a scalable data profiler for quickly scanning large tables in Jupyter - timelyportfolio/quak

GitHub

couldn't help myself and made a very crude but working #rstats #htmlwidget out of @manzt new quak

https://github.com/timelyportfolio/quak/tree/htmlwidget/htmlwidget

quak/htmlwidget at htmlwidget · timelyportfolio/quak

a scalable data profiler for quickly scanning large tables in Jupyter - timelyportfolio/quak

GitHub
How to manually colour sunburst() chart so that leafs are different shade of same colour to parent leaf?

I want to manually colour a sunburst chart where layers that branch from the inner circle is the same colour but a different shade as you move out from the center. In my particular dataframe I ther...

Stack Overflow

listviewer #rstats #htmlwidget updated to use the newest jsoneditor (svelte inside) 0.18.7 and submitted to CRAN

https://github.com/timelyportfolio/listviewer
https://github.com/josdejong/svelte-jsoneditor

will try to do some maintenance on packages over next couple weeks

GitHub - timelyportfolio/listviewer: R htmlwidget to view lists

R htmlwidget to view lists. Contribute to timelyportfolio/listviewer development by creating an account on GitHub.

GitHub
Today I learned how to create an interactive HTML report for gene-set enrichment analysis in R. It allows readers to examine set-level results & drill down into the underlying gene-level statistics interactively.
https://tomsing1.github.io/blog/posts/interactive-gene-set-results/
It's a static HTML page, e.g. no server (#shiny, #dash, etc) needed. Thanks a lot to the authors of the #plotly #reactable #crosstalk and #htmlwidget tools for making this so easy #til #rstats #bioconductor #gsea #compbio #visualization @lianos