tests/testthat/parse_comments/xaringan-out.R

foo(
  data = mtcars,
  x = cyl,
  y = wt #<<
)


library(ggplot2)

ggplot(aes(x, y), data) +
  geom_point() + #<<
  scale_x_continuous() #<<

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.