Skip to contents

Report from module output

Usage

module_report(module_output, header = 2)

Arguments

module_output

the output of a module_run()

header

header level (default 2)

Value

text

Examples

filename <- demoxml()
paper <- read_grobid(filename)
op <- module_run(paper, "imprecise-p")
module_report(op) |> cat()
#> ## Imprecise P-Values {.red}
#> 
#> You may have reported some imprecise p-values
#> 
#> |text    |section |header  | div|  p|  s|
#> |:-------|:-------|:-------|---:|--:|--:|
#> |p > .05 |results |Results |   3|  2|  2|