make_col_row_df: Return List with Table Row/Col Paths

row_pathsR Documentation

Return List with Table Row/Col Paths

Description

Return List with Table Row/Col Paths

Usage

row_paths(x)

col_paths(x)

Arguments

x

an rtable object

Value

a list of paths to each row/column within x

See Also

cell_values(), fnotes_at_path<-, row_paths_summary(), col_paths_summary()

Examples

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"))


rtables documentation built on Aug. 30, 2023, 5:07 p.m.