See the help files for a module by name (get a list of names from module_list())
     
    
    Usage
    module_help(module = NULL)
 
     
    
    Arguments
- module
 
the name of a module or path to a module
 
 
    
    
    Examples
    module_help("marginal")
#> Marginal Significance
#> 
#> List all sentences that describe an effect as 'marginally significant'.
#> 
#> ``` r
#> module_run(psychsci, "marginal")
#> ```