%>% {planet}R Documentation

Pipe operator

Description

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

lhs

Examples


c(1, 2, 3) %>% sum()

[Package planet version 1.1.0 Index]