tests/testthat/stylerignore/crossing-with-expressions-out.R

call(
  # styler: off
  1+ 1, test_xkj("hier", na.rm = 3 ,py = 43
  )
)

# also if there are more comments
test_xkj("hier", na.rm = 3, py = 43
         )


x="new" # styler: off
y=1 # none

more_calls(
  # styler: on
  with(
    arguments
  )
)
1 + 1
a(!b)

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.