Ketika suatu fungsi dihapus dari R, fungsi tersebut harus diganti dengan fungsi yang memanggil .Defunct.
.Defunct(new, package = NULL, msg)
| Parameter | Deskripsi |
|---|---|
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. |