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() #<<
r-lib/styler documentation built on April 30, 2024, 9 p.m.