Function File: [ resu , idx] = isfield

(df, name, strict) Return true if the expression df is a dataframe and it includes an element matching name. If name is a cell array, a logical array of equal dimension is returned. idx contains the column indexes of number of fields matching name. To enforce strict matching instead of regexp matching, set the third argument to ’true’.

Package: dataframe