recurse {listviewer}R 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


[Package listviewer version 4.0.0 Index]