get_R_helpers.MDB {TKCat} | R Documentation |
Get a set of helper functions from an object
Description
Get a set of helper functions from an object
Usage
## S3 method for class 'MDB'
get_R_helpers(x, hnames = NA, kmr, tkcat = NULL, ...)
## S3 method for class 'KMR'
get_R_helpers(x, hnames = NA, tkcat = NULL, mdb = NULL, ...)
get_R_helpers(x, hnames, ...)
Arguments
x |
an object with helpers |
hnames |
the names of the helper sets. If NA (default), all available are sourced. |
kmr |
a KMR object |
tkcat |
A TKCat or chTKCat object to make available in helper environment |
... |
method specific parameters |
mdb |
An MDB object to make available in helper environment |
Details
x, kmr and tkcat objects are made available in helpers environment as 'THISMDB', 'THISKMR' and 'THISTKCAT' objects respectively and can be used as such within helpers code.
x, tkcat and mdb objects are made available in helpers environment as 'THISKMR', 'THISTKCAT' and 'THISMDB' objects respectively and can be used as such within helpers code.
Value
Return a list of functions
[Package TKCat version 1.1.11 Index]