add_property_values {TKCat} | R Documentation |
Add possible values to an integer or a character feature property in KMR
Description
Add possible values to an integer or a character feature property in KMR
Usage
add_property_values(kmr, feature, property, values)
Arguments
kmr |
a KMR object |
feature |
the name of the feature type |
property |
the name of the property |
values |
a vector of character or integer or a named vector with the description of the values |
Value
The modified KMR MDB object
[Package TKCat version 1.1.11 Index]