visit_one: Transform a flat parse table with a list of transformers

View source: R/visit.R

visit_oneR Documentation

Transform a flat parse table with a list of transformers

Description

Uses Reduce() to apply each function of funs sequentially to pd_flat.

Usage

visit_one(pd_flat, funs)

Arguments

pd_flat

A flat parse table.

funs

A list of transformer functions.

See Also

Other visitors: visit


krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.