Skip to content

Commit 035ee56

Browse files
refine description of copy= for now
1 parent c76722c commit 035ee56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/cbindlist.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
\arguments{
1313
\item{l}{ \code{list} of \code{data.table}s to merge. }
14-
\item{copy}{ \code{logical}, decides if columns has to be copied into resulting object (default) or just referred. }
14+
\item{copy}{ Logical, default \code{FALSE}. If \code{TRUE}, the resulting columns will be a shared reference to the originals, otherwise copies will be made. }
1515
}
1616
\details{
1717
Column bind only stacks input elements. Works like \code{\link{data.table}}, but takes \code{list} type on input. Zero-column tables in \code{l} are omitted. Tables in \code{l} should have matching row count; recycling of length-1 rows is not yet implemented. Indices of the input tables are transferred to the resulting table, as well as the \emph{key} of the first keyed table.

0 commit comments

Comments
 (0)