.get_method {cohortBuilder} | R Documentation |
Whenever the function with provided name exists anywhere, the one is returned (or the first one if multiple found). Return NULL otherwise.
.get_method(name)
name |
Name of the function. |
Function - when found in any namespace or NULL otherwise.