tests/testthat/indention_operators/pipe_simple-in.R

   a %>%
b() %>%
c() %>%
          d(1 + e (sin(f))) %>%
                                 g_out()

a <- function(jon_the_pipe) {}

x %>%

  # break
  call()


y %>%


  call() # mor
r-lib/styler documentation built on April 10, 2024, 4 a.m.