CSVSource {tm} | R Documentation |
Constructs a source for a comma separated values file.
## S4 method for signature 'character': CSVSource(object)
object |
either a character identifying the file or a call which results in a connection. |
An S4 object of class CSVSource
which extends the class
Source
representing a comma separated values file.
Ingo Feinerer