datatable.f¶
The main Namespace object.
The function of this object is that during the evaluation of a
DT[i,j] call, the variable f
represents the columns of frame DT.
Specifically, within expression DT[i, j] the following
is true:
f.Ameans “column A” of frameDT;f[2]means “3rd colum” of frameDT;f[int]means “all integer columns” ofDT;f[:]means “all columns” ofDTnot includingby()columns, however.
See also¶
g– namespace for joined frames.
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.