parse_tree_must_be_identical {styler} | R Documentation |
If scope was set to "line_breaks" or lower (compare tidyverse_style()
),
we can compare the expression before and after styling and return an error if
it is not the same.
parse_tree_must_be_identical(transformers)
transformers |
The list of transformer functions used for styling. Needed for reverse engineering the scope. |