Source-class {tm}R Documentation

Source Manager

Description

A class representing a source, e.g., a directory, a connection, et cetera.

Objects from the Class

Objects can be created by calls of the form new("Source", ...).

Slots

DefaultReader:
Object of class function describing a default reader.
LoDSupport:
Object of class logical indicating where this source supports load on demand.
Position:
Object of class numeric indicating the position in the source.
Encoding:
Object of class character holding the encoding of the texts delivered by the source.
Length:
Object of class numeric denoting the number of the elements delivered by the source. If the number cannot be determined in advance it should be set to zero.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]