blob: fbc3231af5cacebe2479fe8989b96d4c7c8c3e18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{\%=\%}
\alias{\%=\%}
\alias{g}
\title{Multiple assignment operator}
\usage{
l \%=\% r
}
\arguments{
\item{l}{the variables to be assigned}
\item{r}{the list or function-return object}
}
\description{
Assign multiple variables from a list or function return object
}
|