getElem.DFSource: Obtain the current row of the content of a DFSource
Description
Using the position field of x to indicate the index of the current row, we
retrieve the current row of the content of a DFSource. This function is
mainly used by the VCorpus function.
Usage
# S3 method for DFSource
getElem(x)
Value
A list with the current row in the content of a DFSource object.
The current row index is the position in the DFSource object.