Description Usage Arguments Value Author(s) Examples
Extract meta data and content from mailing lists.
1 | makeforest(month)
|
month |
A character string containing the year and month to be analyzed in the form |
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.
Angela Bohn angela.bohn at gmail.com
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.