| 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 readerEncoding:character holding the
encoding of the texts delivered by the source.URI:character describing the
connection call to be made for accessing the document physically.Content:character holding the
CSV file corpus.LoDSupport:logical
indicating Load on Demand Support.Position:numeric giving the
position in the source.Length:numeric denoting the
number of the elements delivered by the source.
Class Source, directly.
Ingo Feinerer