Skip to content

Commit

Permalink
sanity setting to ensure df class is never dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Nov 21, 2024
1 parent 613dcfc commit 7397d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_tbl_values_required.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ missing_req_rows <- function(opt_cols, x, mask, req, full) {
unique(x[, opt_cols])
)[, names(x)]
} else {
full[0L, names(x)]
full[0L, names(x), drop = FALSE]
}
}

Expand Down

0 comments on commit 7397d78

Please sign in to comment.