mat_find_method: Show method called on object

View source: R/utilities.R

mat_find_methodR Documentation

Show method called on object

Description

Show method called on object

Usage

mat_find_method(generic, ...)

Arguments

generic

the generic

...

the object on which to use the generic

Examples

data(iris_tb)
mat_find_method(print, iris)
mat_find_method(print, iris_tb)

MatthieuStigler/matPkg documentation built on Sept. 19, 2024, 5:19 a.m.