tests/testthat/indention_operators/base_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
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.