handle_deprecated_param | R Documentation |
Simple internal function to warn about deprecated parameters
handle_deprecated_param(
old_param,
new_param = NULL,
custom_msg = NULL,
call_env = parent.frame()
)
old_param |
Name of the deprecated parameter |
new_param |
Name of the replacement parameter or NULL if parameter is being removed |
custom_msg |
Optional custom message to append to the warning |
call_env |
Environment where to check for the deprecated parameter |
Nothing, called for side effects (warnings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.