s3_methods_class: List methods for a S3 or S4 generic (or class)

Description Usage Arguments Value Examples

Description

Returns information about all methods belong to a generic or a class. In S3 and S4, methods belong to a generic, but it is often useful to see what generics have been provided methods for a given class. These are wrappers around utils::methods(), which returns a lot of useful information in an attribute.

Usage

1
2
3
4
5
6
7

Arguments

x

Name of class or generic

Value

A tibble with columns generic, visible, class, visible, and source.

Examples

1
2
3
4
5

sloop documentation built on May 1, 2019, 10:30 p.m.