@eagleoutice/flowr - v2.15.8
    Preparing search index...

    The options of the data frame shape analysis (see DataFrameShapeAnalysis).

    interface DataFrameShapeAnalysisOptions {
        maxColNames?: number;
        trackOperations?: boolean;
    }
    Index
    maxColNames?: number

    The maximum number of column names to track in the data frame domain (defaults to the maximum of the domain)

    trackOperations?: boolean

    Whether the abstract data frame operations the expressions are mapped to should be stored (defaults to true)