R/false.R
false.Rd
Set a false goalie check with cause attribute
false(...)
Elements to pass to internal sprintf() call.
sprintf()
goalie.
goalie
Updated 2023-09-29.
x <- false("{.var %s} is invalid.", "xxx") print(x) #> [1] FALSE print(cause(x)) #> [1] "{.var xxx} is invalid."