Add a feature definition to Knowledge Management Requirements (KMR)
Source:R/KMR.R
add_feature_def.Rd
Add a feature definition to Knowledge Management Requirements (KMR)
Arguments
- kmr
a KMR object
- name
the name of the feature type
- description
description of the feature type
- properties
properties of the feature. A list named with property names. For each property, a list with:
type: among "integer", "numeric", "logical", "character", "Date", "POSIXct", "base64", "table" and "field" ("table" and "field" type are used for referencing tables and fields; the other types come from ReDaMoR).
description (optional): a description of the feature property. Useful when the feature has more than one property
mandatory: a logical indicating the property is mandatory for the feature
measurement (optional and only for "integer" and "numeric" types): the name of the measurement for checking units
Value
The modified KMR MDB object