Skip to content

Commit 2935518

Browse files
committed
Merge branch '363_crosstable@main' of https://github.com/insightsengineering/teal.modules.general into 363_crosstable@main
2 parents 9481745 + dd20052 commit 2935518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_t_crosstable.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ srv_t_crosstable <- function(id, data, reporter, filter_panel_api, label, x, y,
445445
)
446446
} else {
447447
obj <- obj %>%
448-
teal.code::eval_code(
448+
teal.code::eval_code(
449449
substitute(
450450
expr = {
451451
table <- rtables::build_table(lyt = table, df = ANL[order(ANL[[y_name]]), ])

0 commit comments

Comments
 (0)