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


mlr3 documentation built on April 4, 2025, 5:08 a.m.