Skip to content

Commit

Permalink
Add missing doc bullet for cur_group_rows() (#5454)
Browse files Browse the repository at this point in the history
* Add missing doc bullet for `cur_group_rows()`

* document()

Co-authored-by: Romain Francois <[email protected]>
  • Loading branch information
salim-b and romainfrancois authored Aug 10, 2020
1 parent e0f014a commit ce24474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/context.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 13,7 @@
#' * `cur_group()` gives the group keys, a tibble with one row and one column
#' for each grouping variable.
#' * `cur_group_id()` gives a unique numeric identifier for the current group.
#' * `cur_group_rows()` gives the row indices for the current group.
#' * `cur_column()` gives the name of the current column (in [across()] only).
#'
#' See [group_data()] for equivalent functions that return values for all
Expand Down
1 change: 1 addition & 0 deletions man/context.Rd

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

0 comments on commit ce24474

Please sign in to comment.