add_helpers: Add a set of helper functions to a compatible object

View source: R/generics.R

add_helpers.MDBR Documentation

Add a set of helper functions to a compatible object

Description

Add a set of helper functions to a compatible object

Usage

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

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

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

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")

kmr

an MDB object with KM requirements

...

method specific parameters

Value

Return x with additional helpers


TKCat documentation built on June 8, 2025, 11:25 a.m.