Randomly choose a text from a list of strings
Usage
be_patient_text(candidates)
finished_text(candidates)
Arguments
- candidates
character vectors, a list of candidates
Value
be_patient_text
returns a text asking users to be patient;
finished_text
returns the text indicating the task has finished.
Examples
be_patient_text()
#> [1] "Wait a second (maybe minutes)"
finished_text()
#> [1] "Please proceed to the next step"