assert_dots_empty()
is an alias for rlang::check_dots_empty()
, provided for
naming consistency with other assertion functions. It throws an error if any
arguments are passed through ...
.
Arguments
- env
Environment in which to look for
...
.- error
An optional error handler passed to
try_fetch()
. Use this e.g. to demote an error into a warning.- call
The execution environment of a currently running function, e.g.
caller_env()
. The function will be mentioned in error messages as the source of the error. See thecall
argument ofabort()
for more information.- action