pd_is_multi_line {styler} | R Documentation |
Check whether a parse table is a multi-line token
Description
A token is a multi-line expression if and only if:
Usage
pd_is_multi_line(pd)
Arguments
pd |
A parse table. |
Details
it contains a line break.
it has at least one child that is a multi-line expression itself.
[Package styler version 1.10.3 Index]