Get a set of helper functions from an object
Source:R/KM-specifications.R
, R/KMR.R
, R/generics.R
get_R_helpers.Rd
Get a set of helper functions from an object
Usage
# S3 method for MDB
get_R_helpers(x, hnames = NA, kmr, tkcat = NULL, ...)
# S3 method for KMR
get_R_helpers(x, hnames = NA, tkcat = NULL, mdb = NULL, ...)
get_R_helpers(x, hnames, ...)
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.