Learn R Programming

cohortBuilder (version 0.3.0)

.get_method: 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)

Value

Function - when found in any namespace or NULL otherwise.

Arguments

name

Name of the function.