create_POK {TKCat} | R Documentation |
Create a piece of knowledge (POK) from an MDB and a KMRobject
Description
Create a piece of knowledge (POK) from an MDB and a KMRobject
Usage
create_POK(mdb, kmr, tkcat = NULL)
Arguments
mdb |
a MDB object with KM specifications |
kmr |
a KMR object with KM requirements |
tkcat |
A TKCat or chTKCat object to make available in helper environment |
Value
A POK object: a list with 3 slots:
$mdb: the provided MDB object
$kmr: the provided KMR object
$helpers: a list functions to leverage data from mdb and kmr
[Package TKCat version 1.1.11 Index]