.GetMethod | R Documentation |
Get a Method
.GetMethod(fxn, cls)
fxn |
Name of a function as a character |
cls |
The class to find a method of |
The method of fxn
for class cls
; if no method found,
returns the default method. If no default method found; returns NULL
.GetMethod('t', 'Matrix')
.GetMethod('t', 'data.frame')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.