
Last chance! 50% off unlimited learning
Sale ends in
Returns the value of a specific named argument if it was comprised in the dots or a default value, if it wasn't.
InDots(..., arg, default)
the dots arguments to be checked.
the name of argument to test for.
the default value to return, if the argument arg
does not exist in the dots.
the value of the argument, if it exists else the specified default value.