Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Oct 27, 2023
1 parent c24b984 commit 71a3b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_split_funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ref_group_position <- function(position = "first") {
make_split_fun(
post = list(
function(splret, spl, fulldf) {
if (!"ref_group_value" %in% slotNames(spl)) {
if (!"ref_group_value" %in% methods::slotNames(spl)) {
stop("Reference group is undefined.")
}

Expand Down

0 comments on commit 71a3b14

Please sign in to comment.