recursive_reduce: recursive_reduce Utility function used to replicated...

Description Usage Arguments

View source: R/ascii_tables.R

Description

recursive_reduce

Utility function used to replicated purrr::reduce. Recursively applies a function to a list of elements until only 1 element remains

Usage

1

Arguments

.l

list of values to apply a function to

.f

function to apply to each each element of the list in turn i.e. .l[[1]] <- .f( .l[[1]] , .l[[2]]) ; .l[[1]] <- .f( .l[[1]] , .l[[3]])


diffdf documentation built on March 26, 2020, 6:30 p.m.