Learn R Programming

rodham (version 0.1.1)

get_content: get_contents: get original emails senders and receivers' name

Description

Get emails original communication

Usage

get_content(emails)

# S3 method for rodham get_content(emails)

Arguments

emails

list of email contents, as returned by load_emails

Value

named list (document id) of email contents.

Details

Get the senders and receivers' name of original email.

Examples

Run this code
# NOT RUN {
emails <- load_emails("emails")
contents <- get_content(emails)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab