expressions_are_identical {styler} | R Documentation |
Check whether two expressions are identical
Description
Check whether two expressions are identical
Usage
expressions_are_identical(old_text, new_text)
Arguments
old_text |
The initial expression in its character representation. |
new_text |
The styled expression in its character representation. |
[Package styler version 1.10.3 Index]