tests/testthat/indention_operators/base_pipe_simple-out.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 March 28, 2024, 8:54 a.m.