The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

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