artList: Lists available tests in 'amregtest' without running them

View source: R/art_api.R

artListR Documentation

Lists available tests in amregtest without running them

Description

Use the output to select a value for parameter filter to artRun. Useful when debugging.

Usage

artList(verbose = TRUE)

Arguments

verbose

logical. If TRUE, prints additional info to stdout

Value

A character vector containing the names of all the tests

See Also

artVersion and artRun

Examples

# See what version of packages 'allelematch' and 'amregtest'
# are currently installed:
artVersion()

# List the available tests:
artList()

# Run all the tests:
# artRun()  # Takes several minutes

# Run the first of the available tests:
artRun(filter="allelematch_1-amDataset$")



amregtest documentation built on May 29, 2024, 4:04 a.m.