tests/testthat/_snaps/pipe.md

eager pipe evaluates sequentially

Code
  NULL %>% f() %>% g() %>% h()
Message <simpleMessage>
  baz
  bar
  foo
Code
  NULL %!>% f() %!>% g() %!>% h()
Message <simpleMessage>
  foo
  bar
  baz


smbache/magrittr documentation built on March 18, 2023, 6:21 p.m.