Finds the maximum of array elements along the specified dimensions.
Value
arrayish
Has the same data type as the input.
When drop = TRUE, the reduced dimensions are removed.
When drop = FALSE, the reduced dimensions are set to 1.
See also
prim_reduce_max() for the underlying primitive.