dots_is_empty {librarian} | R Documentation |
Did the user pass arguments inside dots?
dots_is_empty(...)
... |
(Dots) |
TRUE
(dots is empty) or FALSE
(dots is not empty).
## Not run:
is_dots_empty(package, names, here)
#> [1] FALSE
## End(Not run)