powered by
Get a Method
.GetMethod(fxn, cls)
The method of fxn for class cls; if no method found, returns the default method. If no default method found; returns NULL
fxn
cls
NULL
Name of a function as a character
The class to find a method of fxn for
.GetMethod('t', 'Matrix') .GetMethod('t', 'data.frame')
Run the code above in your browser using DataLab