Skip to content

Commit

Permalink
Docs - add README, help(summarywidget) links to docs, copyedit
Browse files Browse the repository at this point in the history
  • Loading branch information
kent37 committed Mar 24, 2017
1 parent 04c0863 commit 092e67c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/summarywidget.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' @import htmlwidgets
#'
#' @export
#' @seealso \url{https://kent37.github.io/summarywidget}
summarywidget <- function(data,
statistic=c("count", "sum", "mean"), column = NULL,
selection=NULL, digits=0,
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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).
3 changes: 3 additions & 0 deletions man/summarywidget.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 092e67c

Please sign in to comment.