tests/testthat/alignment/tribble-out.R

tribble(
  ~x,       ~d,
  "axa'fa", 1:6,
  "b",      4:6
)

tribble(
  ~x, ~d,
  "axa'fa", 1:6,
  "b", 4:6
)


tribble(
  ~x, ~d,
  "axa'fa", 1:6,
  "b", 4:6
)

tribble(
  ~x, ~d,
  "axa'fa", 1:6,
  "b", 4:6
)

# has EQ_SUB which don't match, not tribble-like
mlr3misc:::rowwise_table(
  x = 23, zy = 3,
  y = 1,  k = 1,
)

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.