powered by
Warn about deprecated parameters or functions
raise_deprecated(old, new, caller = NULL)
Nothing. Just raise a warning
A character giving the old function or parameter.
A character giving the replacement function or parameter.
A character vector giving the function with the deprecated parameter.
beadplexr:::raise_deprecated("XX", "YY") beadplexr:::raise_deprecated(old = "XX", new = "YY", caller = "ZZZ") beadplexr:::raise_deprecated(old = "XX", new = "YY", caller = "ZZZ()")
Run the code above in your browser using DataLab