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
I don't think this will work exactly the same as binary expressions though, because you probably want a_data_frame$a_really_long_name to always be "sticky" with no newlines on the RHS even if the expression exceeds the line length. So we will have to find something that balances that with the ability to chain.
Niche, but with R6 classes method chaining is common. We have the following line in bslib
that air (0.1.2) reformats as
I personally would have rewritten this as
Maybe the line break at the first
$
could be magical, since most people would probably want to opt into this style.The text was updated successfully, but these errors were encountered: