Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kent37/summarywidget

htmlwidget that shows a single summary statistic
https://github.com/kent37/summarywidget

htmlwidgets r rmarkdown

Last synced: 9 days ago
JSON representation

htmlwidget that shows a single summary statistic

Awesome Lists containing this project

README

        

SummaryWidget is an [HTML widget](http://www.htmlwidgets.org) which works with
[Crosstalk](https://rstudio.github.io/crosstalk/index.html) to display a single
summary statistic. The statistic updates when the Crosstalk selection changes. A SummaryWidget can display the count, sum or mean of one column of selected data.
It can also have a fixed filter that selects a subset of the full dataset.

For more information and examples see the
[full documentation](https://kent37.github.io/summarywidget).