tests/testthat/indention_operators/overall-out.R

pd %>%
  mutate(x = devide(call3(a, b, 1 + q))) %>%
  filter(!terminal) %>%
  ggplot(aes(x = new, y = old)) +
  geom_point()

1 + (
  22 - (1 /
    2718 /
    23 * 29 * (
      2 * (22 * -1) +
        1) -
    18) +
    sin(pi) -
    2
)

a <- function(z) {
  a %>%
    q() %>%
    n()
}

a %>%
  b() %>%
  c() %>%
  k()

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.