ColsMetaData(ops,table)
Return the metadata for table
with ops
ops
.
Syntax
ColsMetaData(ops,table)
Arguments
ops
- A list of ops
table
- A path to a table object, with type character
Note: The metadata object is a complex set of attributes. In general, it is easier
to use get/set functions to modify a metadata object than to modify it directly.
The returned object contains information about the name, label, and type.
Example
colsobj <- ColsMetaData(ops,'path.to.table')