.warn_about_extra_params: Warns about extra (i.e. unused) parameters.
Description
Warns about extra (i.e. unused) parameters.
Usage
.warn_about_extra_params(given_args = NULL, ...)
Arguments
- given_args
The names of arguments given to the search function.
- ...
Consumes extra parameters that are not used by the
search algorithm at hand; this function gives a warning
about the ones whose value is not NULL that their value
is not used.