CSVSource-class {tm}R Documentation

Source for Comma Separated Files

Description

A class representing a comma separated file, where each line stands for a text document.

Objects from the Class

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

Slots

URI:
Object of class character describing the connection call to be made for accessing the document physically
Content:
Object of class character holding the CSV file corpus
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.1-1 Index]