make_transformer {styler}R Documentation

Closure to return a transformer function

Description

This function takes a list of transformer functions as input and returns a function that can be applied to character strings that should be transformed.

Usage

make_transformer(transformers)

Arguments

transformers

A list of transformer functions that operate on flat parse tables.


[Package styler version 1.0.2 Index]