Add KM table specifications to an MDB object
add_km_table(x, kmr, name, type, features = list())
An MDB object with additional KM table specification
an MDB object to update with specification tables
an MDB object with KM requirements
the name of an existing table in x
the name of an existing table type in kmr
a list of feature definitions. Each element of a list
is a list of parameters for the add_km_feature()
function.