test_transformer {styler}R Documentation

Transforming test input with a transformer function

Description

These functions can be used as inputs for test_collection() and transform_and_check().

Usage

style_empty(text, base_indention = 0)

style_op(text, base_indention = 0)

Arguments

text

A character vector to transform.

Details

As inputs for test_collection(), we can also use top-level functions such as style_text().

Functions


[Package styler version 1.7.0 Index]