TextRepository {tm}R Documentation

Text document collection

Description

Constructs a text document collection from various sources.

Usage

## S4 method for signature 'TextDocCol':
TextRepository(object, metaname = "created", meta = date())

Arguments

object a directory containing the documents.
metaname an initial tag for the representational metadata
meta an initial value for the metaname tag

Value

An S4 object of class TextRepository which extends the class list containing text document collections.

Author(s)

Ingo Feinerer


[Package tm version 0.1-1 Index]