Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kent37/summarywidget
- Owner: kent37
- License: other
- Created: 2017-03-21T00:21:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T17:14:01.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:15:15.686Z (4 months ago)
- Topics: htmlwidgets, r, rmarkdown
- Language: R
- Homepage: https://kent37.github.io/summarywidget/
- Size: 1.53 MB
- Stars: 26
- Watchers: 6
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kent37/summarywidget - htmlwidget that shows a single summary statistic (R)
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).