add_table_def | R Documentation |
Add a table definition to Knowledge Management Requirements (KMR)
add_table_def(
kmr,
name,
description,
collection = as.character(NA),
mandatory_features
)
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 |
The modified KMR MDB object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.