Skip to content

Commit

Permalink
Pass by= as vector, not string
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Apr 8, 2024
1 parent 983a082 commit 081c800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/unnest.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ dt_hoist.default <- function(dt_, ...) {
drop <- v.names[classes == "list" | typeofs == "list"]
drop <- drop[!drop %in% pasted_dots]
keep <- keep[!keep %in% pasted_dots]
keep <- paste(keep, collapse = ",")
cols <- substitute(unlist(list(...), recursive = FALSE))

if (length(drop) > 1) {
Expand Down

0 comments on commit 081c800

Please sign in to comment.