assertTrue {omopgenerics} | R Documentation |
Assert that an expression is TRUE.
Description
Assert that an expression is TRUE.
Usage
assertTrue(x, null = FALSE, call = parent.frame(), msg = NULL)
Arguments
x |
Expression to check. |
null |
Whether it can be NULL. |
call |
Call argument that will be passed to |
msg |
Custom error message. |
[Package omopgenerics version 1.3.0 Index]