assert_empty_ellipsis: Assert Empty Ellipsis
Description
Assert that ...
arguments are empty.
Use this function in S3-methods to ensure that misspelling of arguments does not go unnoticed.
Usage
assert_empty_ellipsis(...)
Arguments
- ...
(any)
Ellipsis arguments to check.