makeforest: Extract meta data and content from mailing lists

Description Usage Arguments Value Author(s) Examples

Description

Extract meta data and content from mailing lists.

Usage

1
makeforest(month)

Arguments

month

A character string containing the year and month to be analyzed in the form "January-2008".

Value

A matrix with a maximum of five columns. First column contains the e-mail ID numbered consecutively in chronological order. Second column contains the thread ID gained from threads(tm.plugin.mail). Third column contains the authors. Fifth column contains the subject. Sixth column contains the content.

Author(s)

Angela Bohn angela.bohn at gmail.com

Examples

1
2
3
#setInternet2(use = TRUE)
#download.file("https://stat.ethz.ch/pipermail/r-devel/2008-January.txt.gz", "2008-January.txt")
#forest <- makeforest("2008-January")

snatm documentation built on May 2, 2019, 5:01 p.m.

Related to makeforest in snatm...