Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pipe

Pipe operator


Description

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

Usage

lhs %>% rhs

Examples

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

janitor

Simple Tools for Examining and Cleaning Dirty Data

v2.1.0
MIT + file LICENSE
Authors
Sam Firke [aut, cre], Bill Denney [ctb], Chris Haid [ctb], Ryan Knight [ctb], Malte Grosser [ctb], Jonathan Zadra [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.