add_table_def {TKCat} | R Documentation |
Add a table definition to Knowledge Management Requirements (KMR)
Description
Add a table definition to Knowledge Management Requirements (KMR)
Usage
add_table_def(
kmr,
name,
description,
collection = as.character(NA),
mandatory_features
)
Arguments
kmr |
a KMR object |
name |
the name of the table type |
description |
description of the table type |
collection |
the name of the collection of which this table type must be a member (default: NA) |
mandatory_features |
a character vector with mandatory features for this table type |
Value
The modified KMR MDB object
[Package TKCat version 1.1.11 Index]