Skip to content

Commit

Permalink
Merge branch '872_as_html_fix@main' of github.com:insightsengineering…
Browse files Browse the repository at this point in the history
…/rtables into 872_as_html_fix@main
  • Loading branch information
ayogasekaram committed Jun 7, 2024
2 parents 6e59224 + 5be801c commit 54a4c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_split_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ add_combo_facet <- function(name, label = name, levels, extra = list()) {
subexpr <- expression(TRUE)
datpart <- list(fulldf)
} else {
subexpr <- .combine_value_exprs(ret$value[levels])
subexpr <- .combine_value_exprs(ret$values[levels])
datpart <- list(do.call(rbind, ret$datasplit[levels]))
}

Expand Down

0 comments on commit 54a4c9a

Please sign in to comment.