Description Usage Arguments Examples
View source: R/asm_internals.R
This function selects a pre-test from asm_library() table for usage in asm_ functions.
1 | asm_intSelT(testTable, testSelection)
|
testTable |
asm_library() table. |
testSelection |
name given in 'Name' column or index of asm_library() table. |
1 2 | asm_intSelT(asm_library(), "Runs")
asm_intSelT(asm_library(), c(3, 33))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.