function resu = cat(dim, A, varargin)
 This is the concatenation operator for a dataframe object. 'Dim'
 has the same meaning as ordinary cat. Next arguments may be
 dataframe, vector/matrix, or two elements cells. First one is taken
 as row/column name, second as data.

Package: dataframe