From 71d942ff6b8f64ef202062332cdd2ca35f31a1d5 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sat, 21 May 2016 19:04:12 +0530 Subject: adding documentation for %=% operator --- man/grapes-equals-grapes.Rd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 man/grapes-equals-grapes.Rd (limited to 'man') diff --git a/man/grapes-equals-grapes.Rd b/man/grapes-equals-grapes.Rd new file mode 100644 index 0000000..730860d --- /dev/null +++ b/man/grapes-equals-grapes.Rd @@ -0,0 +1,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 +} + -- cgit