@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • Applies the abstract semantics of operation to value, assuming args/options were already sanitized per the original concrete function (e.g. duplicate/invalid column names replaced). Result's constraint type: ConstraintType.

      Type Parameters

      • Name extends
            | "join"
            | "create"
            | "read"
            | "accessCols"
            | "accessRows"
            | "assignCols"
            | "assignRows"
            | "setColNames"
            | "addCols"
            | "addRows"
            | "removeCols"
            | "removeRows"
            | "concatCols"
            | "concatRows"
            | "subsetCols"
            | "subsetRows"
            | "filterRows"
            | "mutateCols"
            | "groupBy"
            | "summarize"
            | "unknown"
            | "identity"

      Parameters

      Returns DataFrameDomain