Standard Post Processing
Arguments
- tlg
to post process.
- ...
additional arguments passed to report_null.
Examples
library(rtables)
#> Loading required package: formatters
#>
#> Attaching package: ‘formatters’
#> The following object is masked from ‘package:base’:
#>
#> %||%
#> Loading required package: magrittr
#>
#> Attaching package: ‘magrittr’
#> The following objects are masked from ‘package:testthat’:
#>
#> equals, is_less_than, not
#>
#> Attaching package: ‘rtables’
#> The following object is masked from ‘package:utils’:
#>
#> str
std_postprocessing(build_table(basic_table() |> analyze("Species"), iris), ind = 10L)
#> all obs
#> ————————————————————
#> setosa 50
#> versicolor 50
#> virginica 50