compound: Assigment pipe

%<>%R Documentation

Assigment pipe

Description

See magrittr::%<>% for details.

Usage

lhs %<>% rhs

Arguments

lhs

An object which serves both as the initial value and as target.

rhs

A function call using the magrittr semantics.

Value

The result of calling rhs(lhs).


SeaSondeR documentation built on June 8, 2025, 10:50 a.m.