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)

hadley/sloop documentation built on Nov. 3, 2023, 9:21 a.m.