map_list_recursive: Recursively apply a function to each list element

map_list_recursiveR Documentation

Recursively apply a function to each list element

Description

Recursively apply a function to each list element

Usage

map_list_recursive(.list, .func, .overwrite = TRUE)

Arguments

.list

a list. Can be recursive

.func

a function to apply to a list element

.overwrite

whether or not to overwrite the list element with the specified function (otherwise just print)


metrumresearchgroup/rbabylon documentation built on April 21, 2024, 3:26 a.m.