assert {butler}R Documentation

Assert

Description

Basic assert function that powers all others.

Usage

assert(condition, msg = "")

Arguments

condition condition to evaluation for truth
msg message to display if condition is false
should warnings be displayed

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package butler version 0.3 Index]