removeMethod {methods} | R Documentation |
Remove the method for a given function and signature. Obsolete for ordinary applications: Method definitions in a package should never need to remove methods and it's very bad practice to remove methods that were defined in other packages.
removeMethod(f, signature, where)
f, signature, where |
As for |
TRUE
if a method
was found to be removed.
Chambers, John M. (2016) Extending R, Chapman & Hall. (Chapters 9 and 10.)