indents(r): support special operator

Close #3879
This commit is contained in:
Pedro Castro 2022-11-29 11:52:28 -03:00 committed by Stephan Seitz
parent d05be3742e
commit 161576dde2
3 changed files with 6 additions and 0 deletions

View file

@ -5,3 +5,6 @@ mtcars |>
subset(
cyl > 3
)
mtcars %>%
head()