Skip to content

Commit

Permalink
remove unused add argument to group_indices()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Müller committed Jan 11, 2016
1 parent 4f2d7f8 commit 624dcf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/group-indices.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group_indices <- function(.data, ...) {

#' @export
#' @rdname group_indices
group_indices_ <- function(.data, ..., .dots, add = FALSE) {
group_indices_ <- function(.data, ..., .dots) {
UseMethod("group_indices_")
}

Expand Down
6 changes: 1 addition & 5 deletions man/group_indices.Rd

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

0 comments on commit 624dcf8

Please sign in to comment.