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()

tojyouso/footballdatar documentation built on May 10, 2019, 1:25 p.m.