Learn R Programming

rodham (version 0.1.1)

get_subject: get_subject: get emails subjects

Description

Get emails subjects

Usage

get_subject(emails)

# S3 method for rodham get_subject(emails)

Arguments

emails

list of email contents, as returned by load_emails

Value

data.frame of emails' subjects and document id.

Details

Get emails' subjects

Examples

Run this code
# NOT RUN {
emails <- load_emails("emails")
subjects <- get_subject(emails)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab