warningDeprecated | R Documentation |
Create Warning About a Deprecated Function
warningDeprecated(old_name, new_name, parentheses = TRUE)
old_name |
name of deprecated function |
new_name |
name of new function to be used instead |
parentheses |
logical. Should parentheses be printed after the names
in the output? Default: |
## Not run:
warningDeprecated("old_function()", "new_function()")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.