pipe: Pipe operator

Description Usage Examples

Description

Exported from the magrittr package. To learn more, run ?magrittr::`%>%`.

Usage

1
lhs %>% rhs

Examples

1
2
3
mtcars %>%
  tabyl(carb, cyl) %>%
  adorn_totals()

dpashouwer/formidabler documentation built on Feb. 10, 2020, 5:16 p.m.