s3_get_method {sloop} | R 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)
[Package sloop version 1.0.1 Index]