dots_is_empty: Did the user pass arguments inside dots?

View source: R/process_dots.R

dots_is_emptyR Documentation

Did the user pass arguments inside dots?

Description

Did the user pass arguments inside dots?

Usage

dots_is_empty(...)

Arguments

...

(Dots)

Value

TRUE (dots is empty) or FALSE (dots is not empty).

Examples

## Not run: 
is_dots_empty(package, names, here)

#> [1] FALSE

## End(Not run)


DesiQuintans/librarian documentation built on Dec. 29, 2024, 10:59 p.m.