Learn R Programming

librarian (version 1.8.1)

dots_is_empty: 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

Run this code
# NOT RUN {
is_dots_empty(package, names, here)

#> [1] FALSE
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab