check... | R Documentation |
This 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. |
... |
Other arguments |
The function checks other arguments supplied via ...; if these contain an argument that is not allowed, the function returns an error. Otherwise, nothing is returned.
Edward Lavender
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.