You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I need to match an argument against a long (100+) list of valid values. Currently the arg_match() error message will be overwhelmed by listing out all possible valid values. In such cases, it would be useful to have a way to include the expression from the formal argument in the message instead.
Sometimes I need to match an argument against a long (100+) list of valid values. Currently the
arg_match()
error message will be overwhelmed by listing out all possible valid values. In such cases, it would be useful to have a way to include the expression from the formal argument in the message instead.For example with:
It would be nice to be able to instead get:
The text was updated successfully, but these errors were encountered: