Skip to contents

List modules

Usage

module_list(module_dir = system.file("modules", package = "papercheck"))

Arguments

module_dir

the directory to search for modules (defaults to the built-in modules)

Value

a data frame of modules

Examples

module_list()
#>  * all_p_values: List all p-values in the text, returning the matched text (e.g., 'p = 0.04')
#> and document location in a table.
#>  * all_urls: List all the URLs in the main text.
#>  * effect_size: Detect t-tests and F-tests  with missing effect sizes
#>  * exact_p: List any p-values reported with insufficient precision (e.g., p < .05 or p = n.s.)
#>  * marginal: List all sentences that describe an effect as 'marginally significant'.
#>  * osf_check: List all OSF links and whether they are open, closed, or do not exist.
#>  * ref_consistency: Check if all references are cited and all citations are referenced
#>  * retractionwatch: Flag any cited papers in the RetractionWatch database
#>  * statcheck: Check consistency of p-values and test statistics