assert {butler} | R Documentation |
Basic assert function that powers all others.
assert(condition, msg = "")
condition |
condition to evaluation for truth |
msg |
message to display if condition is false |
|
{should warnings be displayed}
Hadley Wickham <h.wickham@gmail.com>