Open ColinFay opened 6 years ago
Wrapper around
if (this) return(x)
I think we could also go for things around return_if_is:
return_if_is(this, "numeric", that)
Which could also work for
stop_if_is(this, "numeric", message)
Ideas :
Wrapper around
if (this) return(x)