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().
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.