std_postprocessing {chevron} | R Documentation |
Standard Post Processing
Description
Standard Post Processing
Usage
std_postprocessing(tlg, ...)
Arguments
tlg |
to post process. |
... |
additional arguments passed to report_null. |
Value
a processed tlg
or a null report.
Examples
library(rtables)
std_postprocessing(build_table(basic_table() |> analyze("Species"), iris), ind = 10L)
[Package chevron version 0.2.12 Index]