Skip to content

Commit

Permalink
Remove unnecessary internal function
Browse files Browse the repository at this point in the history
  • Loading branch information
markfairbanks committed Apr 1, 2024
1 parent 6daf1a9 commit b4a45a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/nest_by.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,3 @@ nest_by.data.frame <- function(.df, ..., .key = "data", .keep = FALSE) {
nest_by(.df, ..., .key = .key, .keep = .keep)
}

tt_nest_by <- function(.df, ..., .key = "data", .keep = FALSE) {

}

0 comments on commit b4a45a3

Please sign in to comment.