summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-05-21 19:04:12 +0530
committerSuraj Yerramilli2016-05-21 19:04:12 +0530
commit71d942ff6b8f64ef202062332cdd2ca35f31a1d5 (patch)
tree49b923964a69e370cce5e95fde551f4a17eb8abc /man
parent0b25aed6c241ec05c0501165c9a4fc53772e4012 (diff)
downloadSysID-R-code-71d942ff6b8f64ef202062332cdd2ca35f31a1d5.tar.gz
SysID-R-code-71d942ff6b8f64ef202062332cdd2ca35f31a1d5.tar.bz2
SysID-R-code-71d942ff6b8f64ef202062332cdd2ca35f31a1d5.zip
adding documentation for %=% operator
Diffstat (limited to 'man')
-rw-r--r--man/grapes-equals-grapes.Rd16
1 files changed, 16 insertions, 0 deletions
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
+}
+