| Defunct | R Documentation |
When a function is removed fromR it should be replaced by a functionwhich calls.Defunct.
.Defunct(new, package = NULL, msg)
new | character string: A suggestion for a replacement function. |
package | character string: The package to be used when suggesting where thedefunct function might be listed. |
msg | character string: A message to be printed, if missing a defaultmessage is used. |
.Defunct is called from defunct functions. Functions should belisted inhelp("pkg-defunct") for an appropriatepkg,includingbase (with the alias added to the respective Rdfile).
.Defunct signals an error of classdefunctErrorwith fieldsold,new, andpackage.
Deprecated.
base-defunct and so on which list the defunct functionsin the packages.
Add the following code to your website.
For more information on customizing the embed code, readEmbedding Snippets.
