removeMethod {methods} | R Documentation |
Remove a Method
Description
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.
Usage
removeMethod(f, signature, where)
Arguments
f , signature , where |
As for |
Value
TRUE
if a method
was found to be removed.
References
Chambers JM (2016). Extending R, series Chapman & Hall/CRC The R Series. CRC Press. ISBN 9781498775717. (Chapters 9 and 10.)
[Package methods version 4.6.0 Index]