R/assert.R
assertTrue.Rd
Assert that an expression is TRUE.
assertTrue(x, null = FALSE, call = parent.frame(), msg = NULL)
Expression to check.
Whether it can be NULL.
Call argument that will be passed to cli error message.
cli
Custom error message.