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)

giantoak/mmppr documentation built on May 17, 2019, 4:19 a.m.