Learn R Programming

chevron (version 0.2.7)

std_postprocessing: Standard Post Processing

Description

Standard Post Processing

Usage

std_postprocessing(tlg, ...)

Value

a processed tlg or a null report.

Arguments

tlg

to post process.

...

additional arguments passed to report_null.

Examples

Run this code
library(rtables)
std_postprocessing(build_table(basic_table() |> analyze("Species"), iris), ind = 10L)

Run the code above in your browser using DataLab