Learn R Programming

mlr3 (version 0.23.0)

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(...)

Value

NULL

Arguments

...

(any)
Ellipsis arguments to check.