verify: Generate string saying if "someone can do something"

Description Usage Arguments Value Examples

Description

Generate string saying if "someone can do something"

Usage

1
verify(what, who = "", times = 1)

Arguments

what

string specifying what can be done

who

string specifying who can do the thing

times

numeric value representing the number of repetitions

Value

string

Examples

1
2
verify(give_up(what = 'it', who = 'you'))
verify(give_up(what = 'it'), who = 'you', times = 2)

daroczig/singR documentation built on May 14, 2019, 6:10 p.m.