Learn R Programming

tm (version 0.3-1)

VectorSource-class: Source for Vectors

Description

A class representing a vector where each component is interpreted as a document.

Arguments

Objects from the Class

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

Extends

Class Source, directly.