tests/testthat/line_breaks_fun_call/named_arguments-out.R

call(3,
  b = 2, c
)

gs(3,
  b = 2,
  c
)

call(3, b = 2, c)

map(data, fun,
  x = 3, z = 33
)

map2(
  dat1, data2, fun, x, y,
  z
)

map2(dat1, data2, fun,
  x = 1, y = 2,
  z
)

Try the styler package in your browser

Any scripts or data that you put into this service are public.

styler documentation built on Aug. 29, 2023, 5:10 p.m.