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 Sept. 19, 2024, 9:06 p.m.