%<>% {criticalpath}R Documentation

Pipe assign operator

Description

See magrittr::%<>% for details.

Usage

lhs %<>% rhs

Arguments

lhs

A variable.

rhs

A function call using the magrittr semantics.

Value

The result of calling lhs <- rhs(lhs).


[Package criticalpath version 0.2.1 Index]