pipe: Pipe operator

%>%R Documentation

Pipe operator

Description

[Stable]

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

The result of the corresponding function call.

Examples

hermes_data %>%
  filter() %>%
  normalize() %>%
  summary()

insightsengineering/hermes documentation built on March 11, 2024, 11:04 p.m.