View source: R/raise_deprecated.R
raise_deprecated | R Documentation |
Warn about deprecated parameters or functions
raise_deprecated(old, new, caller = NULL)
old |
A character giving the old function or parameter. |
new |
A character giving the replacement function or parameter. |
caller |
A character vector giving the function with the deprecated parameter. |
Nothing. Just raise a warning
beadplexr:::raise_deprecated("XX", "YY")
beadplexr:::raise_deprecated(old = "XX", new = "YY", caller = "ZZZ")
beadplexr:::raise_deprecated(old = "XX", new = "YY", caller = "ZZZ()")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.