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 Jan. 25, 2025, 6:21 a.m.