row_paths | R Documentation |
Get a list of table row/column paths
row_paths(x)
col_paths(x)
x |
( |
A list of paths to each row/column within x
.
cell_values()
, fnotes_at_path<-
, row_paths_summary()
, col_paths_summary()
lyt <- basic_table() %>%
split_cols_by("ARM") %>%
analyze(c("SEX", "AGE"))
tbl <- build_table(lyt, ex_adsl)
tbl
row_paths(tbl)
col_paths(tbl)
cell_values(tbl, c("AGE", "Mean"), c("ARM", "B: Placebo"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.