summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/grapes-equals-grapes.Rd8
-rw-r--r--man/inputNames-set.Rd (renamed from man/inputNames.Rd)4
2 files changed, 8 insertions, 4 deletions
diff --git a/man/grapes-equals-grapes.Rd b/man/grapes-equals-grapes.Rd
index b707b0a..c0097a7 100644
--- a/man/grapes-equals-grapes.Rd
+++ b/man/grapes-equals-grapes.Rd
@@ -2,13 +2,17 @@
% Please edit documentation in R/util.R
\name{\%=\%}
\alias{\%=\%}
+\alias{g}
\title{Multiple assignment operator}
\usage{
l \%=\% r
}
\arguments{
-\item{l, r}{the variables to be assigned, and the list or
-function return object}
+\item{l}{the variables to be assigned}
+
+\item{r}{the list or function-return object}
+
+\item{\ldots}{other arguments}
}
\description{
Assign multiple variables from a list or function return object
diff --git a/man/inputNames.Rd b/man/inputNames-set.Rd
index 5e45d35..7584a55 100644
--- a/man/inputNames.Rd
+++ b/man/inputNames-set.Rd
@@ -1,6 +1,6 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ioNamesData.R
-\name{inputNames}
+\name{inputNames<-}
\alias{inputNames}
\alias{inputNames<-}
\alias{inputNames<-.idframe}
@@ -9,7 +9,7 @@
\alias{outputNames<-.idframe}
\title{Extract or set series' names}
\usage{
-inputNames(x)
+inputNames(x) <- value
}
\arguments{
\item{x}{\code{idframe} object}