Learn R Programming

tm.plugin.mail (version 0.2-2)

MBoxSource: Mailbox Source

Description

Create a mailbox source.

Usage

MBoxSource(mbox, encoding = "")

Value

An object inheriting from MBoxSource,

SimpleSource, and Source.

Arguments

mbox

A character string giving the path or URL to a mailbox stored in “mbox” format.

encoding

A character string describing the current encoding. Passed to iconv to convert the input to "UTF-8".

Details

A mailbox source interprets each e-mail stored in the mailbox as a document.

See Also

Encoding and iconv on encodings.