summaryrefslogtreecommitdiff
path: root/man/grapes-equals-grapes.Rd
blob: 730860d88832534a63cfa18d24ab8ab3afdd30a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{\%=\%}
\alias{\%=\%}
\title{Multiple assignment operator}
\usage{
l \%=\% r
}
\arguments{
\item{lhs, rhs}{the variables to be assingned, and the list or 
function return object}
}
\description{
Assign multiple variables from a list or function return object
}