reduce_stream.RdReduce stream data into one chunk via the iterative application of function fn to an accumulator and
each chunk
See also base::Reduce
reduce_stream(fn, base_value = 0L, ...)a function that is applied to the current accumulation and the current chunk
the base value of the accumulation
arguments passed to TransformStream
Other functionals:
batch_stream(),
collect_stream(),
filter_stream(),
flatten_stream(),
limit_stream(),
map_stream(),
walk_stream()