subset_tests | R Documentation |
Identify Subset of Tests with Specified Tags and that Support Specified Argument Settings
subset_tests(tests = test_db(), tags = NULL, args = NULL, defaults = list())
tests |
A list of tests to subset. |
tags |
(optional) A character vector of tags that tests must have. |
args |
Named arguments with sets of values to test against. |
defaults |
(optional) Named list with default argument values. |
A list of tests that support specified arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.