listCustoms {svMisc}R Documentation

List all custom types for a method

Description

List all custom types for a method.

Usage

listCustoms(method, class)

Arguments

method The method name
class The class name

Value

A vector with character strings with custom methods names.

Note

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.

Author(s)

Philippe Grosjean <phgrosjean@sciviews.org>

See Also

listMethods

Examples

        listCustoms("view", "data.frame") # None, except if you defined some of it!

[Package svMisc version 0.9-5 Index]