vetr icon indicating copy to clipboard operation
vetr copied to clipboard

Better Mechanism For Token Messages

Open brodieG opened this issue 8 years ago • 0 comments

How do we attach the message "be TRUE or FALSE" to:

logical(1L) && !is.na(.)

Right now we can't do:

identity(logical(1L) && !is.na(.))

because from that point forward the expression stops making sense, and make_val_token

brodieG avatar Nov 10 '15 02:11 brodieG