check_depreciated_args | R Documentation |
Checks depreciated arguments
check_depreciated_args(blacklist = NULL, ...)
blacklist |
A list of paired character vectors. In each pair, the first element is the old argument name if incurred and the second is the new name for reminding. |
... |
A list of arguments for checking. The depreciated argument(s) are
no longer in the formalArgs of a function. If present, they will be in
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.