play: Play pipe

Description Usage Arguments Details See Also

Description

Pipe a function - or call expression and runs the priorly paused evaluation

Usage

1
lhs %>>>% rhs

Arguments

lhs

A value or the magrittr placeholder.

rhs

A function call using the magrittr semantics. the output order of the delayed expression can be identified using the .x# notation.

Details

The pause pipe works like %>%, except the return value is 'rhs' as the second argument of the priorly paused evaluation #'

See Also

%//%


thebioengineer/pause documentation built on June 9, 2019, 11:41 a.m.