DirSource-class {tm}R Documentation

Source for Directories

Description

A class representing a directory. Each file in this directory is considered to be a document.

Objects from the Class

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

Slots

DefaultReader:
Object of class function describing a default reader
FileList:
Object of class character giving the filelist in the directory
LoDSupport:
Object of class logical indicating Load on Demand Support
Position:
Object of class numeric giving the position in the source

Extends

Class Source, directly.

Author(s)

Ingo Feinerer


[Package tm version 0.2-3.7 Index]