Skip to content

Commit

Permalink
group_walk() returns its result invisibly.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Jul 16, 2019
1 parent 4ce2a78 commit c6a1f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/group_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ group_modify.grouped_df <- function(.tbl, .f, ..., keep = FALSE) {
#' @rdname group_map
group_walk <- function(.tbl, .f, ...) {
group_map(.tbl, .f, ...)
.tbl
invisible(.tbl)
}

0 comments on commit c6a1f61

Please sign in to comment.