listCustoms {svMisc} | R Documentation |
List all custom types for a method.
listCustoms(method, class)
method |
The method name |
class |
The class name |
A vector with character strings with custom methods names.
This function is only useful for special generic functions with type argument like view
, or copy
. These functions offer a mechanism to easily add custom types, and the present function list them all.
Philippe Grosjean <phgrosjean@sciviews.org>
listCustoms("view", "data.frame") # None, except if you defined some of it!