assert_empty_ellipsis: Assert Empty Ellipsis

View source: R/assertions.R

assert_empty_ellipsisR 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)
Ellipsis arguments to check.

Value

NULL


mlr-org/mlr3 documentation built on Feb. 16, 2025, 4:04 p.m.