recurse: Recurse Over Nested Lists

View source: R/utils.R

recurseR Documentation

Recurse Over Nested Lists

Description

Like rapply but recurses over nested lists and retain attributes and names.

Usage

recurse(l, func, ...)

Arguments

l

list over which we would like to recurse

func

function to apply to the list

...

arguments for the func


timelyportfolio/listviewer documentation built on Oct. 10, 2023, 8:12 p.m.