check_dots_empty0: Check that dots are empty (low level variant)

View source: R/dots-ellipsis.R

check_dots_empty0R Documentation

Check that dots are empty (low level variant)

Description

check_dots_empty0() is a more efficient version of check_dots_empty() with a slightly different interface. Instead of inspecting the current environment for dots, it directly takes .... It is only meant for very low level functions where a couple microseconds make a difference.

Usage

check_dots_empty0(..., call = caller_env())

Arguments

...

Dots which should be empty.


rlang documentation built on Nov. 4, 2023, 9:06 a.m.