View source: R/deprecate-args.R
| deprecate_arg | R Documentation |
Handle deprecated argument
deprecate_arg(old_arg, new_arg, old_name, new_name, fn_name, version = "0.5.0")
old_arg |
the deprecated argument value |
new_arg |
the new argument value |
old_name |
the old argument name (with dot) |
new_name |
the new argument name (with underscore) |
fn_name |
the function name |
version |
the version when deprecated |
the value to use (new_arg if provided, otherwise old_arg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.