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/strengthlogr documentation built on May 20, 2019, 7:24 a.m.