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.
make_transformer(transformers, include_roxygen_examples, warn_empty = TRUE)
A list of transformer functions that operate on flat parse tables.
Whether or not to style code in roxygen examples.
Whether or not a warning should be displayed when text
does not contain any tokens.