create_testresult_string: Return possible test results (repeated symbols)

Description Usage Arguments Value Examples

View source: R/create_testresult_string.R

Description

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.

Usage

1
create_testresult_string(these.times = 0, symbol = "+")

Arguments

these.times

Number of times to repeat a symbol

symbol

Symbol to repeat (default="+")

Value

the resulting test result string

Examples

1
2

LisaHopcroft/CTutils documentation built on Oct. 7, 2021, 11:08 p.m.