dots_is_empty {librarian} | R 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)
[Package librarian version 1.8.1 Index]