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 April 12, 2025, 9:16 a.m.