foldl: Higher order functions

View source: R/1_higher_order_functions.R

foldlR Documentation

Higher order functions

Description

Higher order functions

Usage

foldl(f, id)

Arguments

f

A function.

id

Value when x is empty

x

A vector. Numeric or logical depending on function.


gmcmacran/functional_playground documentation built on Aug. 5, 2024, 7:40 a.m.