Run a module
Arguments
- paper
 a paper object or a list of paper objects
- module
 the name of a module or path to a module to run on this object
- ...
 further arguments to the module (e.g., arguments for the
llm()function likeseed); these will override any arguments in the module
Examples
module_run(psychsci[[1]], "all_p_values")
#> |text     |section | div|  p|  s|p_comp | p_value|
#> |:--------|:-------|---:|--:|--:|:------|-------:|
#> |p < .001 |results |   8|  1|  1|<      |   0.001|
#> |p < .001 |results |   8|  1|  2|<      |   0.001|
#> |p < .001 |results |   8|  1|  3|<      |   0.001|
#> |p = .016 |results |   8|  1|  4|=      |   0.016|
#> |p < .001 |results |   8|  2|  1|<      |   0.001|
#> |p < .001 |results |   8|  2|  1|<      |   0.001|
#> 
#> Showing 6 of 6 rows
