Displaying 1 result from an estimated 1 matches for "findmethodsignatures".
2008 Mar 18
0
Utilities for methods
...ethods()),
these should still work. But you might consider changing to newer
utilities that should be faster and more convenient, at least when more
than one argument is involved.
The new utilities will be: findMethods(), which returns a simple list
of methods (replacement for getMethods()); findMethodSignatures(), which
returns a character matrix of signatures; and hasMethods(), which tests
for the existence of methods.
Cheers,
John