Source-class {tm} | R Documentation |
A class representing a source, e.g. a directory, a connection, et cetera.
Objects can be created by calls of the form new("Source", ...)
.
DefaultReader
:function
describing a default readerLoDSupport
:logical
indicating
where this source supports load on demandPosition
:numeric
indicating
the position in the sourceEncoding
:character
holding the
encoding of the texts delivered by the source.Ingo Feinerer