dots_is_empty | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.