CSVSource {tm}R Documentation

Comma Seperated Value Source

Description

Constructs a source for a comma separated values file.

Usage

## S4 method for signature 'character':
CSVSource(object)

Arguments

object either a character identifying the file or a call which results in a connection.

Value

An S4 object of class CSVSource which extends the class Source representing a comma separated values file.

Author(s)

Ingo Feinerer


[Package tm version 0.1-1 Index]