Learn R Programming

rodham (version 0.1.1)

get_com: get_com: get emails sender's and receiver's name

Description

Get emails communication

Usage

get_com(emails)

# S3 method for rodham get_com(emails)

Arguments

emails

list of email contents, as returned by load_emails

Value

data.frame of names and document id.

Details

Get the sender's and receiver's name.

Examples

Run this code
# NOT RUN {
emails <- load_emails("emails")
com <- get_com(emails)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab