Learn R Programming

tm (version 0.3-3)

CSVSource-class: Source for Comma Separated Files

Description

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

Arguments

Objects from the Class

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

Extends

Class Source, directly.