Skip to contents

See the help files for a module by name (get a list of names from module_list())

Usage

module_help(module)

Arguments

module

the name of a module or path to a module

Value

the help text

Examples

module_help("marginal")
#> Marginal Significance
#> 
#> List all sentences that describe an effect as 'marginally significant'.
#> 
#> ``` r
#> module_run(psychsci, "marginal")
#> ```