colon-equals: :=

Description Usage Arguments Examples

Description

This function allows multiple assignments

Usage

1
":="(lhs, rhs)

Arguments

lhs

The value to be assigned to the left-hand argument (on the left)

rhs

The value to be assigned to the right-hand argument (on the left)

Examples

1
c(a, b):=c(3, 4)

mmppr documentation built on May 2, 2019, 4:18 a.m.

Related to colon-equals in mmppr...