Skip to content

Commit

Permalink
forgot to remove one arg
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Oct 2, 2024
1 parent 872550d commit 34f292a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/data_partition.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ data_partition <- function(data,
seed = NULL,
row_id = ".row_id",
verbose = TRUE,
group = NULL,
...) {
# validation checks
data <- .coerce_to_dataframe(data)
Expand Down
1 change: 0 additions & 1 deletion man/data_partition.Rd

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

0 comments on commit 34f292a

Please sign in to comment.