Skip to contents

Set a false goalie check with cause attribute

Usage

false(...)

Arguments

...

Elements to pass to internal sprintf() call.

Value

goalie.

Note

Updated 2023-09-29.

Examples

x <- false("{.var %s} is invalid.", "xxx")
print(x)
#> [1] FALSE
print(cause(x))
#> [1] "{.var xxx} is invalid."