We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08d364 commit 48c56aaCopy full SHA for 48c56aa
man/melt.data.table.Rd
@@ -20,7 +20,7 @@ multiple columns simultaneously.
20
\item{data}{ A \code{data.table} object to melt.}
21
\item{id.vars}{vector of id variables. Can be integer (corresponding id
22
column numbers) or character (id column names) vector, perhaps created using \code{patterns()}. If missing, all
23
-non-measure columns will be assigned to it. If integer, must be positive; see Details.}
+non-measure columns will be assigned to it. If integer, must be positive; see Details. }
24
\item{measure.vars}{Measure variables for \code{melt}ing. Can be missing, vector, list, or pattern-based.
25
26
\itemize{
0 commit comments