datatable.FExpr.extend()¶
Append FExpr arg to the current FExpr.
Each FExpr represents a collection of columns, or a columnset. This
method takes two such columnsets and combines them into a single one,
similar to cbind().
Parameters¶
arg
FExprThe expression to append.
return
FExprNew FExpr which is a combination of the current FExpr and arg.
See also¶
remove()– remove columns from a columnset.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.