%>% {janitor}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()

[Package janitor version 2.2.0 Index]