map_forest: Apply a function hierarchically to a forest

View source: R/deprecated.R

map_forestR Documentation

Apply a function hierarchically to a forest

Description

[Defunct]

map_forest() has been removed. Please use traverse() instead.

Usage

map_forest(.x, .f, ..., .climb = FALSE)

Arguments

.x

A forest

.f

A function, formula, or vector (not necessarily atomic).

...

Additional arguments passed on to the mapped function.

.climb

Climbing or descending?

Value

A forest.


timbr documentation built on July 17, 2026, 1:07 a.m.