You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to flatten these? Maybe after reaching a certain depth we could switch to two-digit numbers (and add an extra level only if another function is called)?
The text was updated successfully, but these errors were encountered:
It we give a special treatment to %>% we'll still have the same issue with the native pipe and I'm not sure if we could handle it then, the native pipe not being a real op (maybe with some srcref magic).
Maybe we could have a max_indent option, if set to zero, we'd only print "1>" etc, otherwise behavior would be more like what you suggested, but for every function.
Created on 2021-06-17 by the reprex package (v2.0.0)
Is there a way to flatten these? Maybe after reaching a certain depth we could switch to two-digit numbers (and add an extra level only if another function is called)?
The text was updated successfully, but these errors were encountered: