sloop (version 1.0.1)

s3_get_method: 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

Run this code
# NOT RUN {
s3_get_method(mean.Date)
s3_get_method(weighted.mean.Date)
# }

Run the code above in your browser using DataCamp Workspace