check... | R Documentation |
...
are allowedThis function checks that arguments supplied via ...
are allowed. This function was written to support other functions, specifically via the return of a helpful error message if arguments that cannot be supplied via ...
have been supplied. The function is not intended for general use.
check...(not_allowed, ...)
not_allowed |
A character vector of the names of function arguments that are not allowed. |
... |
Arguments passed via |
The function checks arguments supplied via ...
; if these contain an argument that is not allowed, the function returns an error. Otherwise, nothing is returned.
Edward Lavender
This function is taken from the ‘utils.add’ package (https://github.com/edwardlavender/utils.add). It is defined separately in flapper
to reduce reliance on non-default packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.