pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

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

Usage

lhs %>% rhs

Examples

mtcars %>%
  tabyl(carb, cyl) %>%
  adorn_totals()

janitor documentation built on Feb. 16, 2023, 10:16 p.m.