.get_method {cohortBuilder} | R Documentation |
Get function definition
Description
Whenever the function with provided name exists anywhere, the one is returned (or the first one if multiple found). Return NULL otherwise.
Usage
.get_method(name)
Arguments
name |
Name of the function. |
Value
Function - when found in any namespace or NULL otherwise.
[Package cohortBuilder version 0.2.0 Index]