ARROW-12751 adds a row-wise min/max kernel to the C++ library. Add R bindings so users can call pmin() and pmax() in dplyr verbs. Use ElementWiseAggregateOptions to ensure that NA values are handled the same as in base::pmin() and base::pmax().
Reporter: Ian Cook / @ianmcook
Assignee: Mauricio 'Pachá' Vargas Sepúlveda / @pachadotdev
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12967. Please see the migration documentation for further details.
ARROW-12751 adds a row-wise min/max kernel to the C++ library. Add R bindings so users can call
pmin()andpmax()in dplyr verbs. UseElementWiseAggregateOptionsto ensure thatNAvalues are handled the same as inbase::pmin()andbase::pmax().Reporter: Ian Cook / @ianmcook
Assignee: Mauricio 'Pachá' Vargas Sepúlveda / @pachadotdev
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12967. Please see the migration documentation for further details.