CSVSource-class {tm} | R Documentation |
A class representing a comma separated file, where each line stands for a text document.
Objects can be created by calls of the form new("CSVSource", ...)
.
DefaultReader
:function
describing a default readerURI
:character
describing the
connection call to be made for accessing the document physicallyContent
:character
holding the
CSV file corpusLoDSupport
:logical
indicating Load on Demand SupportPosition
:numeric
giving the
position in the source
Class Source
, directly.
Ingo Feinerer