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


styler documentation built on Aug. 29, 2023, 5:10 p.m.