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