assert_empty_ellipsis {mlr3} | R Documentation |
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) |
Value
NULL
[Package mlr3 version 1.0.1 Index]