Newly tracked file
R/deprec-do.r
changed.
Other files ignored by Codecov
man/do.Rd
has changed.
4 | 4 | #' `r lifecycle::badge("superseded")` |
|
5 | 5 | #' |
|
6 | 6 | #' `do()` is superseded as of dplyr 1.0.0, because its syntax never really |
|
7 | - | #' felt like it belong with the rest of dplyr. It's replaced by a combination |
|
7 | + | #' felt like it belonged with the rest of dplyr. It's replaced by a combination |
|
8 | 8 | #' of [summarise()] (which can now produce multiple rows and multiple columns), |
|
9 | 9 | #' [nest_by()] (which creates a [rowwise] tibble of nested data), |
|
10 | 10 | #' and [across()] (which allows you to access the data for the "current" group). |