transform_compose: Compose two or more transformations together
Description
This transformer provides a general mechanism for composing two or more
transformers together. The most important use case is to combine reverse
with other transformations.
Usage
transform_compose(...)
compose_trans(...)
Arguments
...
One or more transformers, either specified with string or
as individual transformer objects.