Description Usage Arguments Value Examples
View source: R/create_testresult_string.R
Given a symbol and a number (x), repeat that symbol x number of times. Used to generate test results (e.g., for protein dipstick results). The number (x) can be a vector, to all the generation of a list of possible testresult strings.
1 | create_testresult_string(these.times = 0, symbol = "+")
|
these.times |
Number of times to repeat a symbol |
symbol |
Symbol to repeat (default="+") |
the resulting test result string
1 2 | create_testresult_string( 5 )
create_testresult_string( 1:3, "-" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.