| InDots {DescTools} | R Documentation |
Returns TRUE if a specific named argument was given in the dots.
InDots(..., arg, default)
... |
the dots arguments of the function whose arguments are to be checked. |
arg |
the name of argument to test for. |
default |
the default value to return, if the argument |
the value of the argument, if it exists else the specified default value.
Andri Signorell <andri@signorell.net>