tests/testthat/indention_operators/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
r-lib/styler documentation built on March 23, 2024, 5:51 p.m.