
Assert that at most one of several arguments is supplied
Source:R/arguments.R
assert_mutually_exclusive.RdTreats a NULL argument as "not supplied". Raises an error if two or more
of the arguments in ... are non-NULL. Supplying none is allowed.
Usage
assert_mutually_exclusive(..., call = rlang::caller_env())