Skip to content

Develop rtf_run() function to generate static TLFs #179

@LittleBeannie

Description

@LittleBeannie

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])
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions