s3_get_method: Find S3 method from its name

View source: R/get-method.R

s3_get_methodR Documentation

Find S3 method from its name

Description

Find S3 method from its name

Usage

s3_get_method(name)

Arguments

name

A string or unquoted symbol

Value

A function, or an error stating why the method could not be found

Examples

s3_get_method(mean.Date)
s3_get_method(weighted.mean.Date)

r-lib/sloop documentation built on Nov. 4, 2023, 4:20 a.m.