tests/testthat/relocate_eq_assign/eq_assign_ifelse_scope_tokens-out.R

x <- 5

if (x >= 5) {
  y <- TRUE
} else {
  y <- FALSE
}
r-lib/styler documentation built on April 30, 2024, 9 p.m.