Learn R Programming

TKCat (version 1.1.12)

add_table_def: 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
)

Value

The modified KMR MDB object

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