reexports: Objects exported from other packages

reexportsR Documentation

Objects exported from other packages

Description

These objects are imported from other packages. Follow the links below to see their documentation.

formatters

export_as_txt

Examples

lyt <- basic_table() %>%
  split_cols_by("ARM") %>%
  analyze(c("AGE", "BMRKR2", "COUNTRY"))

tbl <- build_table(lyt, ex_adsl)

cat(export_as_txt(tbl, file = NULL, paginate = TRUE, lpp = 8))

## Not run: 
tf <- tempfile(fileext = ".txt")
export_as_txt(tbl, file = tf)
system2("cat", tf)

## End(Not run)


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