meta meta view cols... data columns
Data returns a view constructed from lists and columns given as cols... input arguments. The columns must match in type and number with the specified meta view.
Example:view {A B:I} mdef | data {a b c} {1 22 333}
A B 0 a 1 1 b 22 2 c 333