Learn R Programming

SciViews (version 0.8-8)

listCustoms: 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.

See Also

listMethods

Examples

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

Run the code above in your browser using DataLab