Skip to content

toString hangs if indent_rownames = FALSE #187

@Melkiades

Description

@Melkiades
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 workingsmeTracks changes for the sme board

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions