tests/testthat/token_adding_removing/else-pipe-out.R

mtcars %>%
  mutate(
    x = 1
  ) %>%
  if (FALSE) {
    mutate(., country = 2)
  } else .

# adding braces around . in else changes evaluation

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.