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


Try the magrittr package in your browser

Any scripts or data that you put into this service are public.

magrittr documentation built on March 30, 2022, 9:07 a.m.