Report from module output
Arguments
- module_output
the output of a
module_run()
- header
header level (default 2)
- maxrows
the maximum number of table rows to print
- trunc_cell
truncate any cell to this number of characters
Examples
filename <- demoxml()
paper <- read_grobid(filename)
op <- module_run(paper, "exact_p")
module_report(op) |> cat()
#> ## Exact P-Values {.red}
#>
#> You may have reported some imprecise p-values
#>
#> |text |p_comp | p_value|section | div| p| s|
#> |:-------|:------|-------:|:-------|---:|--:|--:|
#> |p > .05 |> | 0.05|results | 3| 2| 2|
#>
#> Showing 1 of 1 rows