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() #<<
krlmlr/styler documentation built on April 24, 2024, 4:14 p.m.