-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
insightsengineering/rtables
#853Labels
bugSomething isn't workingSomething isn't workingsmeTracks changes for the sme boardTracks changes for the sme board
Description
library(rtables)
a <- basic_table() %>%
split_cols_by("ARM") %>%
split_rows_by("STRATA1") %>%
summarize_row_groups() %>%
split_rows_by("SEX", split_fun = drop_split_levels) %>%
analyze("BMRKR1") %>%
build_table(DM)
mf_a <- matrix_form(a) # to avoid hanging it is enough to put , TRUE
to_mod <- mf_aligns(mf_a)
to_mod[-1, ][, -1] <- "right"
mf_aligns(mf_a) <- to_mod
cat(toString(mf_a))Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsmeTracks changes for the sme boardTracks changes for the sme board