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
krlmlr/styler documentation built on April 8, 2024, 7:53 p.m.