Rdocumentation
powered by
Learn R Programming
mmppr (version 0.1)
:=: :=
Description
This function allows multiple assignments
Usage
":="(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
Run this code
c
(a, b):=
c
(
3
,
4
)
Run the code above in your browser using
DataLab