util.test | R Documentation |
Test modules
util.test( rundir = NULL, modules = NULL, mod_types = NULL, to = "return", quiet = TRUE )
A named list. Field result is a named list showing the test result for each module. Fields num_passed and num_failed show the number of passed and failed modules.
# Test the ClinVar module #roakvar::util.test(modules="clinvar") # Test the ClinVar and the COSMIC modules #roakvar::util.test(modules=list("clinvar", "cosmic"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.