unindent_child {styler} | R Documentation |
Unindent a child
unindent_child(pd, token = c("')'", "'}'"), unindent_by = 2L)
pd |
A parse table. |
token |
The token the unindention should be based on. |
unindent_by |
By how many spaces one level of indention is reversed. |