Skip to contents

Add a set of helper functions to a compatible object

Usage

add_helpers(x, code, name, language, ...)

# S3 method for KMR
add_helpers(x, code, name, language, ...)

# S3 method for MDB
add_helpers(x, code, name, language, kmr, ...)

Arguments

x

an object accepting helpers

code

file path to the source code of helper functions

name

the name of the helper set

language

the programming language of the code (default: "R")

...

method specific parameters

kmr

an MDB object with KM requirements

Value

Return x with additional helpers