| Name | Description |
---|
  | WhereR, C(DataFrameR, C, FuncDataFrameRowR, C, Boolean) |
Filters the rows of a data frame based on a predicate.
|
  | WhereR, C(DataFrameR, C, FuncDataFrameRowR, C, Int32, Boolean) |
Filters the rows of a data frame based on a predicate.
Each row's index is used in the logic of the predicate function.
|
  | WhereT(VectorT, FuncT, Boolean) |
Filters the elements of a vector based on a predicate.
|
  | WhereT(VectorT, FuncT, Int32, Boolean) |
Filters the elements of a vector based on a predicate.
Each element's index is used in the logic of the predicate function.
|