-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
We will develop a new function rtf_run() to generate static TLFs with the same reporting scale as the interactive HTML report.
The interactive HTML report is built upon a set of metadata (meta1, meta2, ...). The rtf_run() function generates the static RTFs for each metadata item, according to their analysis specification.
rtf_run <- function(meta1, meta2, …) {
for (i = 1: length(number of meta)) {
ae_summary <- function(...) {...}
ae_specific <- function(...) {...}
ae_forestly <- function(...) {...}
boxly <- function(...) {...}
base_char <- function(...) {...}
trt_compliance <- function(...) {...}
disposition <- function(...) {...}
base_char_subgroup <- function(...) {...}
km_curvely <- function(...) {...}
hr_forestly <- function(...) {...}
meta_run(meta[i])
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels