inline_text_tbl_ae | R Documentation |
Function allows users to report formatted and styled results from gtreg tables in-line.
## S3 method for class 'tbl_ae'
inline_text(x, row, column = NULL, ...)
## S3 method for class 'tbl_ae_count'
inline_text(x, row, column = NULL, ...)
## S3 method for class 'tbl_ae_focus'
inline_text(x, row, column = NULL, ...)
x |
an object of class |
row |
string indicating the AE or SOC to report |
column |
column name of cell to report. Use |
... |
not used |
string
tbl <-
df_adverse_events %>%
tbl_ae(
id = patient_id,
ae = adverse_event,
soc = system_organ_class,
by = grade
)
show_header_names(tbl)
inline_text(tbl, "Anaemia", column = stat_5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.