tests/testthat/stylerignore/simple-out.R

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


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

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


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

more_calls(with(arguments))
# styler: off
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.