DirSource-class {tm} | R Documentation |
A class representing a directory. Each file in this directory is considered to be a document.
Objects can be created by calls of the form new("DirSource", ...)
.
DefaultReader
:function
describing a default reader.Encoding
:character
holding the
encoding of the texts delivered by the source.FileList
:character
giving the
file list in the directory.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