Skip to content

Commit

Permalink
Fix typo in programming vignette
Browse files Browse the repository at this point in the history
Reported by Mohammad Hossein
  • Loading branch information
lionel- committed Apr 19, 2024
1 parent e5da30c commit 3cc68e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/rmd/topic-data-mask-programming.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Since `across()` takes selections in a single argument (unlike `select()` which

```r
my_group_by <- function(.data, ...) {
.data %>% dplyr::group_by(across(c(...)}))
.data %>% dplyr::group_by(across(c(...)))
}

mtcars %>% my_group_by(starts_with("c"), vs:gear)
Expand Down
2 changes: 1 addition & 1 deletion man/topic-data-mask-programming.Rd

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

0 comments on commit 3cc68e9

Please sign in to comment.