When a function is removed from R it should be replaced by a function which calls .Defunct.
.Defunct(new, package = NULL, msg)
| Parameter | Description |
|---|---|
new |
character string: A suggestion for a replacement function. |
package |
character string: The package to be used when suggesting where the defunct function might be listed. |
msg |
character string: A message to be printed, if missing a default message is used. |