chain: Pipe/chain an object forward into a function call/expression.

Description Usage Arguments Value

Description

Pipe/chain an object forward into a function call/expression.

Usage

1
lhs %>% rhs

Arguments

lhs

a value

rhs

a function/call/expression. Enclose in parentheses to force evaluation of rhs before piping is carried out, e.g. anonymous functions or call-generating expressions.

Value

The result of evaluting the right-hand side with the left-hand side as the specified argument(s).


ronkeizer/PKPDsim documentation built on May 27, 2019, 1:50 p.m.